Search Results for

    Show / Hide Table of Contents

    Class GridCode

    メッシュコードと国土基本図の図郭のC++上の親クラスです。

    Inheritance
    System.Object
    GridCode
    Namespace: PLATEAU.Dataset
    Assembly: cs.temp.dll.dll
    Syntax
    public class GridCode : PInvokeDisposable

    Properties

    Extent

    Declaration
    public Extent Extent { get; }
    Property Value
    Type Description
    Extent

    IsLargestLevel

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

    IsNormalGmlLevel

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

    IsSmallerThanNormalGml

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

    IsValid

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

    StringCode

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

    Methods

    CopyFrom(IntPtr)

    Declaration
    public static GridCode CopyFrom(IntPtr otherGridCodePtr)
    Parameters
    Type Name Description
    IntPtr otherGridCodePtr
    Returns
    Type Description
    GridCode

    Create(String, Boolean)

    コード文字列からグリッドコードを生成します。 コードが不正である場合は例外がスローされます。

    Declaration
    public static GridCode Create(string code, bool autoDispose = true)
    Parameters
    Type Name Description
    System.String code
    System.Boolean autoDispose
    Returns
    Type Description
    GridCode

    DisposeNative()

    Declaration
    protected override void DisposeNative()

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    Upper()

    1段階上のレベルのグリッドコードに変換します。

    Declaration
    public GridCode Upper()
    Returns
    Type Description
    GridCode

    1段階上のレベルのグリッドコードオブジェクト

    In This Article
    Back to top PLATEAU SDK for Unity