Class PointBarrier

    • Constructor Summary

      Constructors 
      Constructor Description
      PointBarrier​(Point point)
      Creates an instance of PointBarrier with the given Point location.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getAddedCost​(java.lang.String attributeName)
      Gets the added cost that was set.
      int getBarrierId()
      Gets the point barrier ID.
      CurbApproach getCurbApproach()
      Gets the curb approach that was set.
      Point getGeometry()
      Gets where the barrier is located on the map.
      LocationStatus getLocationStatus()
      Gets the status of where this barrier appears on the underlying transportation network.
      java.lang.String getName()
      Gets the name of the barrier.
      BarrierType getType()
      Gets the type that was set.
      void setAddedCost​(java.lang.String attributeName, double addedCost)
      Sets the added cost for the barrier.
      void setBarrierId​(int barrierId)
      Sets the point barrier ID.
      void setCurbApproach​(CurbApproach curbApproach)
      Sets the curb approach.
      void setName​(java.lang.String name)
      Sets the name of the barrier.
      void setType​(BarrierType type)
      Sets the type of the barrier, whether it fully restricts travel across it, or merely increases the cost of travel.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait