File tree Expand file tree Collapse file tree 3 files changed +209
-212
lines changed Expand file tree Collapse file tree 3 files changed +209
-212
lines changed Original file line number Diff line number Diff line change @@ -423,17 +423,62 @@ LabelExtension
423
423
Pointcloud Extension
424
424
--------------------
425
425
426
- Implements the :stac-ext: `Point Cloud Extension <pointcloud> `.
426
+ These classes are representations of the :stac-ext: `Pointcloud Extension Spec
427
+ <pointcloud> `.
427
428
428
- PointcloudItemExt
429
+ PhenomenologyType
429
430
~~~~~~~~~~~~~~~~~
430
431
431
- **TEMPORARILY REMOVED **
432
+ .. autoclass :: pystac.extensions.pointcloud.PhenomenologyType
433
+ :members:
434
+ :undoc-members:
435
+ :show-inheritance:
432
436
433
- .. .. autoclass:: pystac.extensions.pointcloud.PointcloudItemExt
434
- .. :members:
435
- .. :undoc-members:
436
- .. :show-inheritance:
437
+ SchemaType
438
+ ~~~~~~~~~~
439
+
440
+ .. autoclass :: pystac.extensions.pointcloud.SchemaType
441
+ :members:
442
+ :undoc-members:
443
+ :show-inheritance:
444
+
445
+ Schema
446
+ ~~~~~~
447
+
448
+ .. autoclass :: pystac.extensions.pointcloud.Schema
449
+ :members:
450
+ :inherited-members:
451
+ :show-inheritance:
452
+
453
+ Statistic
454
+ ~~~~~~~~~
455
+
456
+ .. autoclass :: pystac.extensions.pointcloud.Statistic
457
+ :members:
458
+ :inherited-members:
459
+ :show-inheritance:
460
+
461
+ PointcloudExtension
462
+ ~~~~~~~~~~~~~~~~~~~
463
+
464
+ .. autoclass :: pystac.extensions.pointcloud.PointcloudExtension
465
+ :members:
466
+ :inherited-members:
467
+ :show-inheritance:
468
+
469
+ ItemPointcloudExtension
470
+ ~~~~~~~~~~~~~~~~~~~~~~~
471
+
472
+ .. autoclass :: pystac.extensions.pointcloud.ItemPointcloudExtension
473
+ :members:
474
+ :show-inheritance:
475
+
476
+ AssetPointcloudExtension
477
+ ~~~~~~~~~~~~~~~~~~~~~~~~
478
+
479
+ .. autoclass :: pystac.extensions.pointcloud.AssetPointcloudExtension
480
+ :members:
481
+ :show-inheritance:
437
482
438
483
Projection Extension
439
484
--------------------
You can’t perform that action at this time.
0 commit comments