org.citygml4j.xml.io.reader
Interface CityGMLReader

All Known Implementing Classes:
AbstractJAXBReader, JAXBChunkReader, JAXBSimpleReader

public interface CityGMLReader


Method Summary
 void close()
           
 java.lang.String getBaseURI()
           
 ParentInfo getParentInfo()
           
 boolean hasNextFeature()
           
 boolean isSetParentInfo()
           
 CityGML nextFeature()
           
 

Method Detail

hasNextFeature

boolean hasNextFeature()
                       throws CityGMLReadException
Throws:
CityGMLReadException

isSetParentInfo

boolean isSetParentInfo()

nextFeature

CityGML nextFeature()
                    throws CityGMLReadException
Throws:
CityGMLReadException

getParentInfo

ParentInfo getParentInfo()

getBaseURI

java.lang.String getBaseURI()

close

void close()
           throws CityGMLReadException
Throws:
CityGMLReadException