Search Results for

    Show / Hide Table of Contents

    Enum AttributeType

    属性の値の想定形式です。 形式が String, Double, Integer, Date, Uri, Measure である場合、内部的にはデータは string です。 AttributeSet である場合、内部的にはデータは NativeAttributesMap への参照です。

    Namespace: PLATEAU.CityGML
    Assembly: cs.temp.dll.dll
    Syntax
    public enum AttributeType

    Fields

    Name Description
    AttributeSet
    Date
    Double
    Integer
    Measure
    String
    Uri
    In This Article
    Back to top PLATEAU SDK for Unity