Search Results for

    Show / Hide Table of Contents

    Struct CitygmlParserParams

    GMLファイルのパース時の設定です。

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: PLATEAU.CityGML
    Assembly: cs.temp.dll.dll
    Syntax
    public struct CitygmlParserParams

    Constructors

    CitygmlParserParams(Boolean, Boolean, Boolean, Boolean)

    Declaration
    public CitygmlParserParams(bool optimize, bool keepVertices, bool tessellate, bool ignoreGeometries)
    Parameters
    Type Name Description
    System.Boolean optimize
    System.Boolean keepVertices
    System.Boolean tessellate
    System.Boolean ignoreGeometries

    Properties

    IgnoreGeometries

    Declaration
    public bool IgnoreGeometries { get; set; }
    Property Value
    Type Description
    System.Boolean

    KeepVertices

    Declaration
    public bool KeepVertices { get; set; }
    Property Value
    Type Description
    System.Boolean

    Optimize

    Declaration
    public bool Optimize { get; set; }
    Property Value
    Type Description
    System.Boolean

    Tesselate

    を false に設定すると、 Polygon が頂点を保持する代わりに LinearRing を保持します。

    Declaration
    public bool Tesselate { get; set; }
    Property Value
    Type Description
    System.Boolean
    In This Article
    Back to top PLATEAU SDK for Unity