Show / Hide Table of Contents

Class GeometricExtensions

Contains extensions for the geometric graph.

Inheritance
System.Object
GeometricExtensions
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 GeometricExtensions

Methods

GetFeaturesIn(GeometricGraph, Single, Single, Single, Single)

Gets all features inside the given bounding box.

Declaration
public static FeatureCollection GetFeaturesIn(this GeometricGraph graph, float minLatitude, float minLongitude, float maxLatitude, float maxLongitude)
Parameters
GeometricGraph graph

System.Single minLatitude

System.Single minLongitude

System.Single maxLatitude

System.Single maxLongitude

Returns
FeatureCollection

Back to top Built by Itinero, MIT licensed.