Package org.planit.utils.zoning
Interface OdZone
-
- All Superinterfaces:
Comparable<Idable>
,ExternalIdable
,Idable
,Zone
- All Known Implementing Classes:
OdZoneImpl
public interface OdZone extends Zone
an OdZone is a zone where trips terminate and or commence- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getOdZoneId()
In addition to a zone id across all zones of any derived type, each Od zone also has a unique id across the Od zones specifically-
Methods inherited from interface org.planit.utils.id.ExternalIdable
getExternalId, getXmlId, hasExternalId, hasXmlId, setExternalId, setXmlId
-
Methods inherited from interface org.planit.utils.id.Idable
compareTo, getId, idEquals, idHashCode
-
Methods inherited from interface org.planit.utils.zoning.Zone
getCentroid, getGeometry, setGeometry
-
-