Uses of Interface
org.goplanit.utils.zoning.Zones
-
Packages that use Zones Package Description org.goplanit.geoio.converter.zoning org.goplanit.utils.geo org.goplanit.utils.zoning zoning oriented utility classesorg.goplanit.zoning -
-
Uses of Zones in org.goplanit.geoio.converter.zoning
Methods in org.goplanit.geoio.converter.zoning with parameters of type Zones Modifier and Type Method Description protected <Z extends Zone>
voidGeometryZoningWriter. writeZones(Zones<Z> zones, Class<Z> zoneClazz, String zoneFileName)
Write zones container of the zoning -
Uses of Zones in org.goplanit.utils.geo
Methods in org.goplanit.utils.geo with parameters of type Zones Modifier and Type Method Description static <T extends Zone>
org.locationtech.jts.index.quadtree.QuadtreeGeoContainerUtils. toGeoIndexed(Zones<T> zones)
Created quadtree based on transfer zone envelopes as spatial index. -
Uses of Zones in org.goplanit.utils.zoning
Subinterfaces of Zones in org.goplanit.utils.zoning Modifier and Type Interface Description interface
OdZones
Container class for OdZonesinterface
TransferZones
Container class for TransferZone instancesMethods in org.goplanit.utils.zoning that return Zones Modifier and Type Method Description Zones
Zones. deepClone()
Deep clone implementationZones
Zones. deepCloneWithMapping(BiConsumer<Z,Z> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperZones
Zones. shallowClone()
Shallow clone implementation -
Uses of Zones in org.goplanit.zoning
Classes in org.goplanit.zoning that implement Zones Modifier and Type Class Description class
OdZonesImpl
implementation of the Zones <T> interface for Od zonesclass
TransferZonesImpl
implementation of the Zones <T> interface for transfer zonesclass
ZonesImpl<Z extends Zone>
Partial implementation of the Zones <T> interface
-