Interface RoutingGeometry

All Superinterfaces:
Location
All Known Implementing Classes:
AbstractGeometry, DefaultSourceGeometry

public interface RoutingGeometry extends Location
Interface for the geometries used as sources and targets in the core routing.
Author:
gideon
  • Method Details

    • getData

      String getData()
      Returns:
      the string representation of this geometry
    • getCrs

      Integer getCrs()
      Returns:
      the coordinate reference system for this geometry
    • setData

      void setData(String data)
      Parameters:
      data - the string representation of this geometry
    • setCrs

      void setCrs(Integer crs)
      Parameters:
      crs - coordinate reference system for this geometry