Class FerryStationLayer
The FerryStationLayer capsules the access to all
FerryStation
s.
Inheritance
System.Object
FerryStationLayer
Implements
System.Collections.Generic.IEnumerable<FerryStation>
System.Collections.IEnumerable
System.IDisposable
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()
Namespace: SOHFerryModel.Station
Assembly: SOHFerryModel.dll
Syntax
public class FerryStationLayer : VectorLayer<FerryStation>, IEnumerable<FerryStation>, IEnumerable, IVectorLayer<FerryStation>, IFerryStationLayer, IModalLayer, IVectorLayer, IEnvelopDataLayer, IDataSet, IDisposable, IDataLayer, IChangingLayer, ILayer, IModelObject, INotifyChangedSource<IVectorFeature>
Properties
| Improve this Doc View SourceModalChoice
The FerryStationLayer capsules the access to all
FerryStation
s.
Declaration
public ModalChoice ModalChoice { get; }
Property Value
Type | Description |
---|---|
ModalChoice |
Methods
| Improve this Doc View SourceFind(String)
The FerryStationLayer capsules the access to all
FerryStation
s.
Declaration
public FerryStation Find(string stationId)
Parameters
Type | Name | Description |
---|---|---|
System.String | stationId |
Returns
Type | Description |
---|---|
FerryStation |
Nearest(Position, Func<FerryStation, Boolean>)
The FerryStationLayer capsules the access to all
FerryStation
s.
Declaration
public FerryStation Nearest(Position position, Func<FerryStation, bool> predicate = null)
Parameters
Type | Name | Description |
---|---|---|
Position | position | |
System.Func<FerryStation, System.Boolean> | predicate |
Returns
Type | Description |
---|---|
FerryStation |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.IDisposable