Class OverpassQueryBuilder
Builds overpass queries.
Inheritance
System.Object
OverpassQueryBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class OverpassQueryBuilder
Methods
BuildQueryForBoundingBox(Box)
Builds a query based on a bounding box.
Declaration
public static string BuildQueryForBoundingBox(Box box)
Parameters
Box
box
|
Returns
System.String
|
BuildQueryForPolygon(Coordinate[])
Builds a query based on the polygon represented by the given coordinates.
Declaration
public static string BuildQueryForPolygon(params Coordinate[] coordinates)
Parameters
Coordinate[]
coordinates
|
Returns
System.String
|
BuildQueryForPolygon(IEnumerable<Coordinate>)
Builds a query based on the polygon represented by the given coordinates.
Declaration
public static string BuildQueryForPolygon(IEnumerable<Coordinate> coordinates)
Parameters
IEnumerable<Coordinate>
coordinates
|
Returns
System.String
|
BuildQueryForPolygon(Polygon)
Builds a query based on a polygon.
Declaration
public static string BuildQueryForPolygon(Polygon polygon)
Parameters
Polygon
polygon
|
Returns
System.String
|