Class PlatformSelectorImpl
Inheritance
System.Object
PlatformSelectorImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Mars.Core.dll
public class PlatformSelectorImpl : IPlatformSelector
Constructors
|
Improve this Doc
View Source
Declaration
public PlatformSelectorImpl(IConfigLoader configLoader)
Parameters
Methods
|
Improve this Doc
View Source
Declaration
public ICircleQueryOperation GetSuitableCirclePlatformFor(LayerMapping layerMapping)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public IIntersectionOperation GetSuitableIntersectionPlatformFor(LayerMapping layerMapping)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public INearestOperation GetSuitableNearestPlatformFor(LayerMapping layerMapping)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public IWindowQueryOperation GetSuitableWindowPlatformFor(LayerMapping layerMapping)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public void RemovePlatformFor(LayerMapping layerMapping)
Parameters
Implements
Extension Methods