C# 클래스 NetTopologySuite.Geography

Represents a subset of the Earth.
파일 보기 프로젝트 열기: NetTopologySuite/NetTopologySuite.Geography 1 사용 예제들

공개 메소드들

메소드 설명
AsBinaryZM ( ) : byte[]

TODO: xmldoc.

AsGml ( ) : XmlReader

TODO: xmldoc.

AsTextZM ( ) : string

TODO: xmldoc.

Buffer ( double distance, double tolerance, bool toleranceIsRelative ) : Geography

TODO: xmldoc.

BufferWithCurves ( double distance ) : Geography

TODO: xmldoc.

CurveToLineWithTolerance ( double tolerance, bool toleranceIsRelative ) : Geography

TODO: xmldoc.

MightIntersect ( Geography other ) : bool

TODO: xmldoc.

메소드 상세

AsBinaryZM() 공개 메소드

TODO: xmldoc.
public AsBinaryZM ( ) : byte[]
리턴 byte[]

AsGml() 공개 메소드

TODO: xmldoc.
public AsGml ( ) : XmlReader
리턴 XmlReader

AsTextZM() 공개 메소드

TODO: xmldoc.
public AsTextZM ( ) : string
리턴 string

Buffer() 공개 메소드

TODO: xmldoc.
public Buffer ( double distance, double tolerance, bool toleranceIsRelative ) : Geography
distance double
tolerance double
toleranceIsRelative bool
리턴 Geography

BufferWithCurves() 공개 메소드

TODO: xmldoc.
public BufferWithCurves ( double distance ) : Geography
distance double
리턴 Geography

CurveToLineWithTolerance() 공개 메소드

TODO: xmldoc.
public CurveToLineWithTolerance ( double tolerance, bool toleranceIsRelative ) : Geography
tolerance double
toleranceIsRelative bool
리턴 Geography

MightIntersect() 공개 메소드

TODO: xmldoc.
public MightIntersect ( Geography other ) : bool
other Geography
리턴 bool