C# Class NetTopologySuite.Geography

Represents a subset of the Earth.
Afficher le fichier Open project: NetTopologySuite/NetTopologySuite.Geography Class Usage Examples

Méthodes publiques

Méthode 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 méthode

TODO: xmldoc.
public AsBinaryZM ( ) : byte[]
Résultat byte[]

AsGml() public méthode

TODO: xmldoc.
public AsGml ( ) : XmlReader
Résultat XmlReader

AsTextZM() public méthode

TODO: xmldoc.
public AsTextZM ( ) : string
Résultat string

Buffer() public méthode

TODO: xmldoc.
public Buffer ( double distance, double tolerance, bool toleranceIsRelative ) : Geography
distance double
tolerance double
toleranceIsRelative bool
Résultat Geography

BufferWithCurves() public méthode

TODO: xmldoc.
public BufferWithCurves ( double distance ) : Geography
distance double
Résultat Geography

CurveToLineWithTolerance() public méthode

TODO: xmldoc.
public CurveToLineWithTolerance ( double tolerance, bool toleranceIsRelative ) : Geography
tolerance double
toleranceIsRelative bool
Résultat Geography

MightIntersect() public méthode

TODO: xmldoc.
public MightIntersect ( Geography other ) : bool
other Geography
Résultat bool