C# Class NetTopologySuite.Geography

Represents a subset of the Earth.
Mostra file Open project: NetTopologySuite/NetTopologySuite.Geography Class Usage Examples

Public Methods

Method Description
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.

Method Details

AsBinaryZM() public method

TODO: xmldoc.
public AsBinaryZM ( ) : byte[]
return byte[]

AsGml() public method

TODO: xmldoc.
public AsGml ( ) : XmlReader
return XmlReader

AsTextZM() public method

TODO: xmldoc.
public AsTextZM ( ) : string
return string

Buffer() public method

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

BufferWithCurves() public method

TODO: xmldoc.
public BufferWithCurves ( double distance ) : Geography
distance double
return Geography

CurveToLineWithTolerance() public method

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

MightIntersect() public method

TODO: xmldoc.
public MightIntersect ( Geography other ) : bool
other Geography
return bool