File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 5
5
6
6
namespace CesiumForUnity
7
7
{
8
+ /// <summary>
9
+ /// Specifies the type of projection used for projecting a URL template raster overlay.
10
+ /// </summary>
11
+ public enum CesiumUrlTemplateRasterOverlayProjection
12
+ {
13
+ /// <summary>
14
+ /// The raster overlay is projected using Web Mercator.
15
+ /// </summary>
16
+ WebMercator ,
17
+ /// <summary>
18
+ /// The raster overlay is projected using a geographic projection.
19
+ /// </summary>
20
+ Geographic
21
+ }
22
+
8
23
/// <summary>
9
24
/// A raster overlay that loads tiles from a templated URL.
10
25
/// </summary>
@@ -317,20 +332,5 @@ public class HeaderEntry
317
332
/// </summary>
318
333
public string Value ;
319
334
}
320
-
321
- /// <summary>
322
- /// Specifies the type of projection used for projecting a URL template raster overlay.
323
- /// </summary>
324
- public enum CesiumUrlTemplateRasterOverlayProjection
325
- {
326
- /// <summary>
327
- /// The raster overlay is projected using Web Mercator.
328
- /// </summary>
329
- WebMercator ,
330
- /// <summary>
331
- /// The raster overlay is projected using a geographic projection.
332
- /// </summary>
333
- Geographic
334
- }
335
335
}
336
336
}
You can’t perform that action at this time.
0 commit comments