Search Results for

    Show / Hide Table of Contents

    Class Address

    住所情報を保持します。 CityObject が Address を保持します。

    Inheritance
    System.Object
    Address
    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 class Address

    Constructors

    Address(IntPtr)

    Declaration
    public Address(IntPtr handle)
    Parameters
    Type Name Description
    IntPtr handle

    Properties

    Country

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

    Locality

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

    PostalCode

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

    ThoroughFareName

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

    ThoroughFareNumber

    Declaration
    public string ThoroughFareNumber { get; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top PLATEAU SDK for Unity