- ParametersView - Class in smartmobility.entity.views
-
- ParametersView() - Constructor for class smartmobility.entity.views.ParametersView
-
- ParametersView(DetectionParameters) - Constructor for class smartmobility.entity.views.ParametersView
-
- ParametersView(int, int) - Constructor for class smartmobility.entity.views.ParametersView
-
- PassStatistics - Class in smartmobility.service.areastatistics
-
- PassStatistics() - Constructor for class smartmobility.service.areastatistics.PassStatistics
-
- Point2D - Class in smartmobility.util
-
A simple point in a discrete two-dimensional cartesian space
- Point2D() - Constructor for class smartmobility.util.Point2D
-
Constructs a point with the coordinates of (0, 0)
- Point2D(int, int) - Constructor for class smartmobility.util.Point2D
-
Constructs a point with the given coordinates
- PointReal2D - Class in smartmobility.util
-
A simple point in a continuous two-dimensional cartesian space
- PointReal2D() - Constructor for class smartmobility.util.PointReal2D
-
Constructs a point with the coordinates of (0, 0)
- PointReal2D(double, double) - Constructor for class smartmobility.util.PointReal2D
-
Constructs a point witht he given coordinates
- PolygonReal2D - Class in smartmobility.util
-
A polygon in a continuous two-dimensional cartesian space represented as a sequence of points
- PolygonReal2D() - Constructor for class smartmobility.util.PolygonReal2D
-
Creates an empty polygon
- PolygonReal2D(List<PointReal2D>) - Constructor for class smartmobility.util.PolygonReal2D
-
Wraps the given List into a Polygon
- PolygonReal2D(PointReal2D...) - Constructor for class smartmobility.util.PolygonReal2D
-
Creates a polygon consisting of the given points