Class PotreeMetadata
Inheritance
System.Object
PotreeMetadata
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Fusee.PointCloud.Potree.dll
public class PotreeMetadata
Properties
Declaration
public Dictionary<string, PotreeSettingsAttribute> Attributes { get; set; }
Property Value
Declaration
public PotreeSettingsBoundingBox BoundingBox { get; set; }
Property Value
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Encoding { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FolderPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public PotreeSettingsHierarchy Hierarchy { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public double3 Offset { get; }
Property Value
Declaration
public List<double> OffsetList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Double> |
|
Declaration
public int Points { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int PointSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Projection { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public double3 Scale { get; }
Property Value
Declaration
public List<double> ScaleList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Double> |
|
Declaration
public double Spacing { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|