C# Класс NetTopologySuite.Geography

Represents a subset of the Earth.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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