aboutsummaryrefslogtreecommitdiff
path: root/iosApp/WhirlyGlobe.xcframework/ios-arm64/WhirlyGlobe.framework/Headers/MaplyComponent.h
blob: 1d51b1ba0db6410bc2fc9545b63ebb43989debb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
/*  MaplyComponent.h
 *  MaplyComponent
 *
 *  Created by Steve Gifford on 9/6/12.
 *  Copyright 2012-2022 mousebird consulting
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *  http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

#import <WhirlyGlobe/MaplySharedAttributes.h>

#import <WhirlyGlobe/NSData+Zlib.h>
#import <WhirlyGlobe/NSDictionary+StyleRules.h>

#import <WhirlyGlobe/MaplyGeomBuilder.h>
#import <WhirlyGlobe/MaplyIconManager.h>
#import <WhirlyGlobe/MaplyLocationTracker.h>
#import <WhirlyGlobe/MaplyTextureBuilder.h>

#import <WhirlyGlobe/MaplyCoordinate.h>
#import <WhirlyGlobe/MaplyCoordinateSystem.h>
#import <WhirlyGlobe/MaplyMatrix.h>

#import <WhirlyGlobe/MaplyActiveObject.h>
#import <WhirlyGlobe/MaplyAnnotation.h>
#import <WhirlyGlobe/MaplyRenderController.h>
#import <WhirlyGlobe/MaplyUpdateLayer.h>
#import <WhirlyGlobe/MaplyViewTracker.h>
#import <WhirlyGlobe/MaplyControllerLayer.h>
#import <WhirlyGlobe/MaplyViewController.h>
#import <WhirlyGlobe/MaplyBaseViewController.h>

#import <WhirlyGlobe/MaplyComponentObject.h>
#import <WhirlyGlobe/MaplyBillboard.h>
#import <WhirlyGlobe/MaplyCluster.h>
#import <WhirlyGlobe/MaplyLabel.h>
#import <WhirlyGlobe/MaplyGeomModel.h>
#import <WhirlyGlobe/MaplyMarker.h>
#import <WhirlyGlobe/MaplyMoon.h>
#import <WhirlyGlobe/MaplyParticleSystem.h>
#import <WhirlyGlobe/MaplyPoints.h>
#import <WhirlyGlobe/MaplySticker.h>
#import <WhirlyGlobe/MaplyShape.h>
#import <WhirlyGlobe/MaplyScreenLabel.h>
#import <WhirlyGlobe/MaplySun.h>
#import <WhirlyGlobe/MaplyScreenObject.h>
#import <WhirlyGlobe/MaplyScreenMarker.h>
#import <WhirlyGlobe/MaplyStarsModel.h>
#import <WhirlyGlobe/MaplyTexture.h>
#import <WhirlyGlobe/MaplyVectorObject.h>

#import <WhirlyGlobe/MapboxVectorTiles.h>
#import <WhirlyGlobe/MapboxVectorInterpreter.h>

#import <WhirlyGlobe/SLDStyleSet.h>
#import <WhirlyGlobe/SLDExpressions.h>
#import <WhirlyGlobe/SLDOperators.h>
#import <WhirlyGlobe/SLDSymbolizers.h>
#import <WhirlyGlobe/SLDWellKnownMarkers.h>
#import <WhirlyGlobe/MaplyVectorStyle.h>
#import <WhirlyGlobe/MaplyVectorStyleSimple.h>
#import <WhirlyGlobe/MaplyVectorTileLineStyle.h>
#import <WhirlyGlobe/MaplyVectorTileMarkerStyle.h>
#import <WhirlyGlobe/MaplyVectorTilePolygonStyle.h>
#import <WhirlyGlobe/MaplyVectorTileStyle.h>
#import <WhirlyGlobe/MaplyVectorTileTextStyle.h>
#import <WhirlyGlobe/MapboxVectorStyleSet.h>
#import <WhirlyGlobe/MapnikStyle.h>
#import <WhirlyGlobe/MapnikStyleRule.h>
#import <WhirlyGlobe/MapnikStyleSet.h>

#import <WhirlyGlobe/MaplyQuadLoader.h>
#import <WhirlyGlobe/MaplyImageTile.h>
#import <WhirlyGlobe/MaplyQuadImageLoader.h>
#import <WhirlyGlobe/MaplyQuadImageFrameLoader.h>
#import <WhirlyGlobe/MaplyQuadPagingLoader.h>
#import <WhirlyGlobe/MaplyTileSourceNew.h>
#import <WhirlyGlobe/MaplySimpleTileFetcher.h>
#import <WhirlyGlobe/MaplyQuadSampler.h>
#import <WhirlyGlobe/MaplyRemoteTileFetcher.h>
#import <WhirlyGlobe/GeoJSONSource.h>

#import <WhirlyGlobe/MaplyWMSTileSource.h>
#import <WhirlyGlobe/MaplyMBTileFetcher.h>

#import <WhirlyGlobe/MaplyVariableTarget.h>
#import <WhirlyGlobe/MaplyAtmosphere.h>
#import <WhirlyGlobe/MaplyColorRampGenerator.h>
#import <WhirlyGlobe/MaplyLight.h>
#import <WhirlyGlobe/MaplyRenderTarget.h>
#import <WhirlyGlobe/MaplyShader.h>
#import <WhirlyGlobe/MaplyVertexAttribute.h>