
.citygml4j-xml.3.2.3.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of citygml4j-xml Show documentation
Show all versions of citygml4j-xml Show documentation
The Open Source Java API for CityGML
module org.citygml4j.xml {
requires transitive org.citygml4j.core;
exports org.citygml4j.xml;
exports org.citygml4j.xml.adapter;
exports org.citygml4j.xml.adapter.ade;
exports org.citygml4j.xml.adapter.appearance;
exports org.citygml4j.xml.adapter.bridge;
exports org.citygml4j.xml.adapter.building;
exports org.citygml4j.xml.adapter.cityfurniture;
exports org.citygml4j.xml.adapter.cityobjectgroup;
exports org.citygml4j.xml.adapter.construction;
exports org.citygml4j.xml.adapter.core;
exports org.citygml4j.xml.adapter.deprecated.appearance;
exports org.citygml4j.xml.adapter.deprecated.bridge;
exports org.citygml4j.xml.adapter.deprecated.building;
exports org.citygml4j.xml.adapter.deprecated.cityobjectgroup;
exports org.citygml4j.xml.adapter.deprecated.core;
exports org.citygml4j.xml.adapter.deprecated.transportation;
exports org.citygml4j.xml.adapter.deprecated.tunnel;
exports org.citygml4j.xml.adapter.deprecated.waterbody;
exports org.citygml4j.xml.adapter.dynamizer;
exports org.citygml4j.xml.adapter.generics;
exports org.citygml4j.xml.adapter.landuse;
exports org.citygml4j.xml.adapter.pointcloud;
exports org.citygml4j.xml.adapter.relief;
exports org.citygml4j.xml.adapter.transportation;
exports org.citygml4j.xml.adapter.tunnel;
exports org.citygml4j.xml.adapter.vegetation;
exports org.citygml4j.xml.adapter.versioning;
exports org.citygml4j.xml.adapter.waterbody;
exports org.citygml4j.xml.ade;
exports org.citygml4j.xml.converter;
exports org.citygml4j.xml.module;
exports org.citygml4j.xml.module.ade;
exports org.citygml4j.xml.module.citygml;
exports org.citygml4j.xml.module.gml;
exports org.citygml4j.xml.module.xal;
exports org.citygml4j.xml.reader;
exports org.citygml4j.xml.schema;
exports org.citygml4j.xml.transform;
exports org.citygml4j.xml.writer;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy