Package | Description |
---|---|
org.citygml4j.builder | |
org.citygml4j.builder.jaxb | |
org.citygml4j.builder.jaxb.xml.io.reader | |
org.citygml4j.xml.io | |
org.citygml4j.xml.io.reader |
Modifier and Type | Method and Description |
---|---|
CityGMLInputFactory |
CityGMLBuilder.createCityGMLInputFactory() |
Modifier and Type | Method and Description |
---|---|
CityGMLInputFactory |
JAXBBuilder.createCityGMLInputFactory() |
Modifier and Type | Method and Description |
---|---|
void |
JAXBSimpleReader.close() |
void |
JAXBChunkReader.close() |
void |
AbstractJAXBReader.close() |
CityGMLReader |
JAXBInputFactory.createCityGMLReader(java.io.File file) |
CityGMLReader |
JAXBInputFactory.createCityGMLReader(java.io.File file,
java.lang.String encoding) |
CityGMLReader |
JAXBInputFactory.createCityGMLReader(java.lang.String systemId,
java.io.InputStream in) |
CityGMLReader |
JAXBInputFactory.createCityGMLReader(java.lang.String systemId,
java.io.InputStream in,
java.lang.String encoding) |
boolean |
JAXBSimpleReader.hasNext() |
boolean |
JAXBChunkReader.hasNext() |
XMLChunk |
JAXBSimpleReader.nextChunk() |
XMLChunk |
JAXBChunkReader.nextChunk() |
CityGML |
JAXBSimpleReader.nextFeature() |
CityGML |
JAXBChunkReader.nextFeature() |
Constructor and Description |
---|
AbstractJAXBReader(javax.xml.stream.XMLStreamReader reader,
java.io.InputStream in,
JAXBInputFactory factory,
java.net.URI baseURI) |
JAXBChunkReader(javax.xml.stream.XMLStreamReader reader,
java.io.InputStream in,
JAXBInputFactory factory,
java.net.URI baseURI) |
JAXBInputFactory(JAXBBuilder builder) |
JAXBSimpleReader(javax.xml.stream.XMLStreamReader reader,
java.io.InputStream in,
JAXBInputFactory factory,
java.net.URI baseURI) |
Modifier and Type | Method and Description |
---|---|
CityGMLReader |
CityGMLInputFactory.createCityGMLReader(java.io.File file) |
CityGMLReader |
CityGMLInputFactory.createCityGMLReader(java.io.File file,
java.lang.String encoding) |
CityGMLReader |
CityGMLInputFactory.createCityGMLReader(java.lang.String systemId,
java.io.InputStream in) |
CityGMLReader |
CityGMLInputFactory.createCityGMLReader(java.lang.String systemId,
java.io.InputStream in,
java.lang.String encoding) |
Constructor and Description |
---|
AbstractCityGMLInputFactory() |
Modifier and Type | Method and Description |
---|---|
void |
CityGMLReader.close() |
boolean |
CityGMLReader.hasNext() |
XMLChunk |
CityGMLReader.nextChunk() |
CityGML |
CityGMLReader.nextFeature() |