Class ShapePoint

    • Constructor Detail

      • ShapePoint

        public ShapePoint()
      • ShapePoint

        public ShapePoint​(ShapePoint shapePoint)
    • Method Detail

      • setShapeId

        public void setShapeId​(AgencyAndId shapeId)
      • getSequence

        public int getSequence()
      • setSequence

        public void setSequence​(int sequence)
      • isDistTraveledSet

        public boolean isDistTraveledSet()
      • getDistTraveled

        public double getDistTraveled()
        Returns:
        the distance traveled along the shape path. If no distance was specified, the value is undefined. Check first with isDistTraveledSet()
      • setDistTraveled

        public void setDistTraveled​(double distTraveled)
      • clearDistTraveled

        public void clearDistTraveled()
      • getLat

        public double getLat()
      • setLat

        public void setLat​(double lat)
      • getLon

        public double getLon()
      • setLon

        public void setLon​(double lon)
      • setProxy

        public void setProxy​(ShapePointProxy proxy)
        When set, all interactions with the shape point will be redirected through this proxy.
        Parameters:
        proxy -