Show / Hide Table of Contents

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()
Namespace: Fusee.PointCloud.Potree.V2.Data
Assembly: Fusee.PointCloud.Potree.dll
Syntax
public class PotreeMetadata

Properties

Attributes

Declaration
public Dictionary<string, PotreeSettingsAttribute> Attributes { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, PotreeSettingsAttribute>

BoundingBox

Declaration
public PotreeSettingsBoundingBox BoundingBox { get; set; }
Property Value
Type Description
PotreeSettingsBoundingBox

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

Encoding

Declaration
public string Encoding { get; set; }
Property Value
Type Description
System.String

FolderPath

Declaration
public string FolderPath { get; set; }
Property Value
Type Description
System.String

Hierarchy

Declaration
public PotreeSettingsHierarchy Hierarchy { get; set; }
Property Value
Type Description
PotreeSettingsHierarchy

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Offset

Declaration
public double3 Offset { get; }
Property Value
Type Description
double3

OffsetList

Declaration
public List<double> OffsetList { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.Double>

Points

Declaration
public int Points { get; set; }
Property Value
Type Description
System.Int32

PointSize

Declaration
public int PointSize { get; set; }
Property Value
Type Description
System.Int32

Projection

Declaration
public string Projection { get; set; }
Property Value
Type Description
System.String

Scale

Declaration
public double3 Scale { get; }
Property Value
Type Description
double3

ScaleList

Declaration
public List<double> ScaleList { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.Double>

Spacing

Declaration
public double Spacing { get; set; }
Property Value
Type Description
System.Double

Version

Declaration
public string Version { get; set; }
Property Value
Type Description
System.String
Generated by DocFX
GitHub Repo
Back to top