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 interfaceOdZonesContainer class for OdZonesinterfaceTransferZonesContainer class for TransferZone instancesMethods in org.goplanit.utils.zoning that return Zones Modifier and Type Method Description ZonesZones. deepClone()Deep clone implementationZonesZones. deepCloneWithMapping(BiConsumer<Z,Z> mapper)Deep clone implementation where the mapping for its internal copies is captured by the provided mapperZonesZones. shallowClone()Shallow clone implementation -
Uses of Zones in org.goplanit.zoning
Classes in org.goplanit.zoning that implement Zones Modifier and Type Class Description classOdZonesImplimplementation of the Zones <T> interface for Od zonesclassTransferZonesImplimplementation of the Zones <T> interface for transfer zonesclassZonesImpl<Z extends Zone>Partial implementation of the Zones <T> interface
-