Uses of Class
org.goplanit.geoio.converter.GeometryIoWriter
-
Packages that use GeometryIoWriter Package Description org.goplanit.geoio.converter.network org.goplanit.geoio.converter.service org.goplanit.geoio.converter.zoning -
-
Uses of GeometryIoWriter in org.goplanit.geoio.converter.network
Subclasses of GeometryIoWriter in org.goplanit.geoio.converter.network Modifier and Type Class Description class
GeometryNetworkWriter
Writer to persist a PLANit network to disk in a geometry centric format such as Shape files. -
Uses of GeometryIoWriter in org.goplanit.geoio.converter.service
Subclasses of GeometryIoWriter in org.goplanit.geoio.converter.service Modifier and Type Class Description class
GeometryRoutedServicesWriter
Writer to persist PLANit routed services to disk in GIS based format(s) such as shape files.class
GeometryServiceNetworkWriter
Writer to persist a PLANit service network to disk in a geometry centric format such as Shape files. -
Uses of GeometryIoWriter in org.goplanit.geoio.converter.zoning
Subclasses of GeometryIoWriter in org.goplanit.geoio.converter.zoning Modifier and Type Class Description class
GeometryZoningWriter
Writer to persist a PLANit zoning to disk in a geometry centric format such as Shape files.
-