Class GridCode
メッシュコードと国土基本図の図郭のC++上の親クラスです。
Inheritance
System.Object
GridCode
Assembly: cs.temp.dll.dll
Syntax
public class GridCode : PInvokeDisposable
Properties
Extent
Declaration
public Extent Extent { get; }
Property Value
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
Create(String, Boolean)
コード文字列からグリッドコードを生成します。
コードが不正である場合は例外がスローされます。
Declaration
public static GridCode Create(string code, bool autoDispose = true)
Parameters
Type |
Name |
Description |
System.String |
code |
|
System.Boolean |
autoDispose |
|
Returns
DisposeNative()
Declaration
protected override void DisposeNative()
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Upper()
Declaration
Returns
Type |
Description |
GridCode |
1段階上のレベルのグリッドコードオブジェクト
|