Class DefaultTargetCoordinate

All Implemented Interfaces:
Coordinate, Location
Direct Known Subclasses:
PoiTargetCoordinate

public class DefaultTargetCoordinate extends AbstractCoordinate
Default implementation for storing target coordinates. Basically a AbstractCoordinate specialized to be used as a target.
  • Constructor Details

    • DefaultTargetCoordinate

      public DefaultTargetCoordinate(String id, double x, double y)
      Generate Target coordinate with an ID along with X and Y values.
      Parameters:
      id - ID to associate with the target coordinate
      x - X value of target
      y - Y value of target
  • Method Details