Uses of Class
org.goplanit.converter.idmapping.ZoningIdMapper
-
-
Uses of ZoningIdMapper in org.goplanit.converter.idmapping
Methods in org.goplanit.converter.idmapping that return ZoningIdMapper Modifier and Type Method Description ZoningIdMapper
PlanitComponentIdMappers. getZoningIdMappers()
-
Uses of ZoningIdMapper in org.goplanit.geoio.converter.zoning
Methods in org.goplanit.geoio.converter.zoning that return ZoningIdMapper Modifier and Type Method Description ZoningIdMapper
GeometryZoningWriter. getPrimaryIdMapper()
The (main) Id mapper used by this writer (only present after write has been completed) -
Uses of ZoningIdMapper in org.goplanit.geoio.converter.zoning.featurecontext
Methods in org.goplanit.geoio.converter.zoning.featurecontext with parameters of type ZoningIdMapper Modifier and Type Method Description static PlanitDirectedConnectoidFeatureTypeContext
PlanitDirectedConnectoidFeatureTypeContext. create(ZoningIdMapper zoningIdMapper, NetworkIdMapper networkIdMapper)
Factory methodstatic PlanitUndirectedConnectoidFeatureTypeContext
PlanitUndirectedConnectoidFeatureTypeContext. create(ZoningIdMapper zoningIdMapper, NetworkIdMapper networkIdMapper)
Factory methodprotected static <CC extends Connectoid>
List<Triple<String,String,Function<CC,? extends Object>>>PlanitConnectoidFeatureTypeContext. createBaseFeatureDescription(ZoningIdMapper zoningIdMapper, NetworkIdMapper networkIdMapper)
The mapping from PLANIT connectoid base GIS attributes (without geometry to allow for addition of other attributes until adding geometry later via derived class usingPlanitConnectoidFeatureTypeContext.createGeometryFeatureDescription()
Constructors in org.goplanit.geoio.converter.zoning.featurecontext with parameters of type ZoningIdMapper Constructor Description PlanitConnectoidFeatureTypeContext(Class<C> connectoidClass, ZoningIdMapper zoningIdMapper, NetworkIdMapper networkIdMapper)
ConstructorPlanitDirectedConnectoidFeatureTypeContext(ZoningIdMapper zoningIdMapper, NetworkIdMapper networkIdMapper)
ConstructorPlanitUndirectedConnectoidFeatureTypeContext(ZoningIdMapper zoningIdMapper, NetworkIdMapper networkIdMapper)
Constructor -
Uses of ZoningIdMapper in org.goplanit.geoio.util
Methods in org.goplanit.geoio.util with parameters of type ZoningIdMapper Modifier and Type Method Description static Set<PlanitEntityFeatureTypeContext<? extends ManagedId>>
GeoIoFeatureTypeBuilder. createZoningFeatureContexts(ZoningIdMapper primaryIdMapper, NetworkIdMapper networkIdMappers)
Construct GIS feature contexts containing the information required for persistence of all Zoning entities (except the zone's which are serviced viaGeoIoFeatureTypeBuilder.createZoningZoneFeatureContext(ZoningIdMapper, Class, Class)
because they have geometry dependent contexts.static <Z extends Zone,T extends org.locationtech.jts.geom.Geometry>
PlanitZoneFeatureTypeContext<Z,T>GeoIoFeatureTypeBuilder. createZoningZoneFeatureContext(ZoningIdMapper primaryIdMapper, Class<Z> zoneClazz, Class<T> geometryType)
Construct GIS feature context containing the information required for persistence of the given zone class and geometry type -
Uses of ZoningIdMapper in org.goplanit.io.converter.zoning
Methods in org.goplanit.io.converter.zoning that return ZoningIdMapper Modifier and Type Method Description ZoningIdMapper
PlanitZoningWriter. getPrimaryIdMapper()
The (main) Id mapper used by this writer (only present after write has been completed)
-