C# 클래스 GeoJSON.Net.CoordinateReferenceSystem.UnspecifiedCRS

Represents an unspecified Coordinate Reference System i.e. where a geojson object has a null crs
상속: ICRSObject
파일 보기 프로젝트 열기: GeoJSON-Net/GeoJSON.Net 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( ICRSObject obj ) : bool

Determines whether the specified object is equal to the current object

Equals ( object obj ) : bool

Determines whether the specified object is equal to the current object

GetHashCode ( ) : int

Returns the hash code for this instance

operator ( ) : bool

Determines whether the specified object instances are considered equal

메소드 상세

Equals() 공개 메소드

Determines whether the specified object is equal to the current object
public Equals ( ICRSObject obj ) : bool
obj ICRSObject
리턴 bool

Equals() 공개 메소드

Determines whether the specified object is equal to the current object
public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

Returns the hash code for this instance
public GetHashCode ( ) : int
리턴 int

operator() 공개 정적인 메소드

Determines whether the specified object instances are considered equal
public static operator ( ) : bool
리턴 bool