Search Results for

    Show / Hide Table of Contents

    Class CoordinateReferenceFactory

    Inheritance
    System.Object
    CoordinateReferenceFactory
    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.Geometries
    Assembly: cs.temp.dll.dll
    Syntax
    public static class CoordinateReferenceFactory

    Fields

    DEFAULT_EPSG

    Declaration
    public const int DEFAULT_EPSG = 6697
    Field Value
    Type Description
    System.Int32

    Methods

    IsPolarCoordinateSystem(Int32)

    平面直角座標系への変換が必要なGMLファイルかどうかを返します。 取得失敗時のデフォルト値はtrueです。

    Declaration
    public static bool IsPolarCoordinateSystem(int Epsg)
    Parameters
    Type Name Description
    System.Int32 Epsg
    Returns
    Type Description
    System.Boolean
    In This Article
    Back to top PLATEAU SDK for Unity