C# 클래스 ArcStrabo10.ArcStraboObject.CoordinatePoint

파일 보기 프로젝트 열기: usc-isi-i2/strabo-arcstrabo

공개 프로퍼티들

프로퍼티 타입 설명
URI string
lat double
lng double
type string

공개 메소드들

메소드 설명
CoordinatePoint ( ) : System

메소드 상세

CoordinatePoint() 공개 메소드

public CoordinatePoint ( ) : System
리턴 System

프로퍼티 상세

URI 공개적으로 프로퍼티

public string URI
리턴 string

lat 공개적으로 프로퍼티

public double lat
리턴 double

lng 공개적으로 프로퍼티

public double lng
리턴 double

type 공개적으로 프로퍼티

public string type
리턴 string