Package com.targomo.client.api.geo
Interface RoutingGeometry
- All Superinterfaces:
Location
- All Known Implementing Classes:
AbstractGeometry,DefaultSourceGeometry
Interface for the geometries used as sources and targets in the core routing.
- Author:
- gideon
-
Method Summary
Methods inherited from interface com.targomo.client.api.geo.Location
getId, getProperties, getTravelTypes, setId, setProperties, setTravelType, setTravelTypes
-
Method Details
-
getData
String getData()- Returns:
- the string representation of this geometry
-
getCrs
Integer getCrs()- Returns:
- the coordinate reference system for this geometry
-
setData
- Parameters:
data- the string representation of this geometry
-
setCrs
- Parameters:
crs- coordinate reference system for this geometry
-