• Documentation
  • Core API
  • SmartOpenHamburg API
  • Model Components API
  • Common API

    Show / Hide Table of Contents
    • SOHBicycleModel.Common
      • BicycleConstants
      • BicycleType
      • DriverType
      • HandleBicycleType
      • HandleDriverType
    • SOHBicycleModel.Model
      • Bicycle
    • SOHBicycleModel.Parking
      • BicycleParkingLayer
      • BicycleParkingLot
      • IBicycleParkingLayer
    • SOHBicycleModel.Rental
      • BicycleRentalLayer
      • BicycleRentalStation
      • IBicycleRentalLayer
      • IBicycleSteeringAndRentalCapable
      • IRentalBicycle
      • RentalBicycle
    • SOHBicycleModel.Steering
      • BicyclePassengerHandle
      • BicycleSteeringHandle
      • IBicycleSteeringCapable
      • WiedemannAccelerator
      • WiedemannAccelerator.WiedemannAcceleratorParameters
    • SOHCarModel.Common
      • CarRouteFinder
    • SOHCarModel.Model
      • Car
      • CarDriver
      • CarLayer
      • Golf
      • ICarLayer
      • RentalCar
    • SOHCarModel.Parking
      • CarParkingLayer
      • CarParkingSpace
      • ICarParkingLayer
      • IParkingCar
    • SOHCarModel.Rental
      • CarRentalLayer
      • ICarRentalCapable
      • ICarRentalLayer
    • SOHCarModel.Steering
      • CarPassengerHandle
      • CarSteeringHandle
      • ICarSteeringCapable
    • SOHDomain.Common
      • HumanVelocityConstants
      • NormalDist
      • OsmFeatureCodes
      • OsmGroups
      • VehicleConstants
    • SOHDomain.Graph
      • ISpatialGraphLayer
      • SidewalkLayer
      • SpatialGraphMediatorLayer
      • StreetLayer
    • SOHDomain.Model
      • IModalLayer
      • IVehicleEntrance<TDriver, TPassenger, TSteeringHandle, TPassengerHandle>
      • RoadUser
      • Vehicle<TSteeringCapable, TPassengerCapable, TSteeringHandle, TPassengerHandle>
      • WalkingShoes
    • SOHDomain.Steering.Acceleration
      • IntelligentDriverAccelerator
      • IVehicleAccelerator
      • WalkingAccelerator
    • SOHDomain.Steering.Capables
      • IPassengerCapable
      • ISteeringCapable
      • IWalkingCapable
    • SOHDomain.Steering.Common
      • PassengerMessage
    • SOHDomain.Steering.Handles
      • IdlePassengerSteeringHandle
      • IPassengerHandle
      • ISteeringHandle
      • VehiclePassengerHandle<TSteeringCapable, TPassengerCapable, TSteeringHandle, TPassengerHandle>
      • VehicleSteeringHandle<TSteeringCapable, TPassengerCapable, TSteeringHandle, TPassengerHandle>
      • WalkingSteeringHandle
    • SOHDomain.Steering.Handles.Intersection
      • AbstractIntersectionHandle<TSteeringCapable, TPassengerCapable, TSteeringHandle, TPassengerHandle>
      • FifoIntersectionHandle<TSteeringCapable, TPassengerCapable, TSteeringHandle, TPassengerHandle>
      • IIntersectionTrafficCode
      • RightBeforeLeftIntersectionHandle<TSteeringCapable, TPassengerCapable, TSteeringHandle, TPassengerHandle>
    • SOHFerryModel.Model
      • Ferry
      • FerryDriver
      • FerryLayer
      • FerrySchedulerLayer
    • SOHFerryModel.Route
      • FerryRoute
      • FerryRoute.FerryRouteEnumerator
      • FerryRouteEntry
      • FerryRouteLayer
      • FerryRouteReader
    • SOHFerryModel.Station
      • FerryStation
      • FerryStationLayer
      • IFerryStationLayer
    • SOHFerryModel.Steering
      • FerryPassengerHandle
      • FerrySteeringHandle
      • IFerryPassenger
      • IFerrySteeringCapable
    • SOHMultimodalModel.Commons
      • PedestrianAverageSpeedGenerator
      • PointOfInterest
    • SOHMultimodalModel.Layers
      • MediatorLayer
      • VectorBuildingsLayer
      • VectorLanduseLayer
      • VectorPoiLayer
      • VectorServiceLayer
    • SOHMultimodalModel.Layers.TrafficLight
      • TrafficLight
      • TrafficLightController
      • TrafficLightLayer
    • SOHMultimodalModel.Model
      • Citizen
      • CitizenLayer
      • CitizenSchedulerLayer
      • CycleTraveler
      • CycleTravelerLayer
      • CycleTravelerSchedulerLayer
      • DockWorker
      • DockWorkerLayer
      • DockWorkerSchedulerLayer
      • GenderType
      • HumanTraveler
      • HumanTravelerLayer
      • ModalityChooser
      • MultiCapableAgent<TLayer>
      • PassengerTraveler
      • PassengerTravelerLayer
      • Traveler<TLayer>
      • TravelerConstants
      • WorkingType
    • SOHMultimodalModel.Multimodal
      • AbstractMultimodalLayer
      • IMultimodalLayer
      • IMultimodalRouteFinder
      • MultimodalAgent<TLayer>
      • Whereabouts
    • SOHMultimodalModel.Output.Route
      • MultimodalRouteOutputAdapter
    • SOHMultimodalModel.Output.Ticks
      • ITickOutputAgent
      • TickOutputAdapter
    • SOHMultimodalModel.Output.Trips
      • ITripSavingAgent
      • TripPositionCoordinateConverter
      • TripsLine
      • TripsLineConverter
      • TripsOutputAdapter
    • SOHMultimodalModel.Planning
      • DayPlanGenerator
      • Tour
      • Trip
      • TripReason
    • SOHMultimodalModel.Routing
      • GatewayLayer
      • GatewayPoint
      • MultimodalRouteCommons
      • MultimodalRouteFinder
      • WalkingCarDrivingRentalMultimodalRoute
      • WalkingDrivingMultimodalRoute
      • WalkingFerryDrivingMultimodalRoute
      • WalkingMultimodalRoute
      • WalkingTrainDrivingMultimodalRoute
    • SOHMultimodalModel.Steering
      • IWalkingRoadUser

    Class FerryStation

    The
    FerryStationLayer
    is located somewhere and can hold
    IParkingCar
    s up to its capacity extent.
    Inheritance
    IVectorFeature
    FerryStation
    Namespace: SOHFerryModel.Station
    Assembly: SOHFerryModel.dll
    Syntax
    public class FerryStation : IVectorFeature

    Properties

    Ferries

    Provides all available ferries at this station.
    Declaration
    public ConcurrentDictionary<Ferry, byte> Ferries { get; }
    Property Value
    Type Description
    ConcurrentDictionary<Ferry, System.Byte>

    Id

    Identifies the ferry station.
    Declaration
    public string Id { get; }
    Property Value
    Type Description
    System.String

    Lines

    Provides all lines that visit this station.
    Declaration
    public ISet<string> Lines { get; }
    Property Value
    Type Description
    ISet<System.String>

    Name

    Describes the ferry station.
    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String

    Position

    The centroid of this FerryStation.
    Declaration
    public Position Position { get; }
    Property Value
    Type Description
    Position

    VectorStructured

    Gets or sets the concrete feature data.
    Declaration
    public VectorStructuredData VectorStructured { get; set; }
    Property Value
    Type Description
    VectorStructuredData

    Methods

    Enter(Ferry)

    Enter the station with a ferry and therefore provide the possibility to be entered by IPassengerCapables.
    Declaration
    public bool Enter(Ferry ferry)
    Parameters
    Type Name Description
    Ferry ferry The ferry that is parked in this spot.
    Returns
    Type Description
    System.Boolean True if a parking spot could be found, false otherwise (Beware: the ferry is not parked here).

    Find(Position)

    Finds the next ferry that is currently at this station and drives to given goal.
    Declaration
    public Ferry Find(Position goal)
    Parameters
    Type Name Description
    Position goal That a ferry to use is reaching.
    Returns
    Type Description
    Ferry The next ferry that drives to that goal, null if none found

    Init(ILayer, VectorStructuredData)

    Declaration
    public void Init(ILayer layer, VectorStructuredData data)
    Parameters
    Type Name Description
    ILayer layer
    VectorStructuredData data

    Leave(Ferry)

    Leave the station with given ferry.
    Declaration
    public bool Leave(Ferry ferry)
    Parameters
    Type Name Description
    Ferry ferry The ferry that leaves this spot.
    Returns
    Type Description
    System.Boolean True if ferry is not on this station any more.

    Update(VectorStructuredData)

    Initializes the FerryStation with the feature information.
    Declaration
    public void Update(VectorStructuredData data)
    Parameters
    Type Name Description
    VectorStructuredData data
    Back to top Copyright © MARS GROUP.
    HAW Hamburg