Search Results for

    Show / Hide Table of Contents

    Class CityGml

    Inheritance
    System.Object
    CityGml
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: PLATEAU.CityGML
    Assembly: cs.temp.dll.dll
    Syntax
    public static class CityGml

    Methods

    Load(String, CitygmlParserParams, LogCallbacks, DllLogLevel)

    DLLの機能によって gmlファイルをパースし、CityModelを生成します。

    Declaration
    public static CityModel Load(string gmlPath, CitygmlParserParams parserParams, LogCallbacks logCallbacks = null, DllLogLevel logLevel = null)
    Parameters
    Type Name Description
    System.String gmlPath

    gmlファイルのパスです。

    CitygmlParserParams parserParams

    変換の設定です。

    LogCallbacks logCallbacks

    ログを受け取るコールバックです。省略または null の場合は C# の標準出力にログを転送します。

    DllLogLevel logLevel

    ログの詳細度です。

    Returns
    Type Description
    CityModel
    In This Article
    Back to top PLATEAU SDK for Unity