Uses of Interface
org.citygml4j.model.gml.coverage.DataBlock

Packages that use DataBlock
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.coverage   
org.citygml4j.model.gml.coverage   
 

Uses of DataBlock in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type DataBlock
 DataBlockType GMLMarshaller.marshalDataBlock(DataBlock src)
           
 

Uses of DataBlock in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return DataBlock
 DataBlock GMLUnmarshaller.unmarshalDataBlock(DataBlockType src)
           
 

Uses of DataBlock in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return DataBlock
 DataBlock GMLFactory.createDataBlock()
           
 

Methods in org.citygml4j.factory with parameters of type DataBlock
 RangeSet GMLFactory.createRangeSet(DataBlock dataBlock)
           
 

Uses of DataBlock in org.citygml4j.impl.gml.coverage
 

Classes in org.citygml4j.impl.gml.coverage that implement DataBlock
 class DataBlockImpl
           
 

Methods in org.citygml4j.impl.gml.coverage that return DataBlock
 DataBlock RangeSetImpl.getDataBlock()
           
 

Methods in org.citygml4j.impl.gml.coverage with parameters of type DataBlock
 void RangeSetImpl.setDataBlock(DataBlock dataBlock)
           
 

Constructors in org.citygml4j.impl.gml.coverage with parameters of type DataBlock
RangeSetImpl(DataBlock dataBlock)
           
 

Uses of DataBlock in org.citygml4j.model.gml.coverage
 

Methods in org.citygml4j.model.gml.coverage that return DataBlock
 DataBlock RangeSet.getDataBlock()
           
 

Methods in org.citygml4j.model.gml.coverage with parameters of type DataBlock
 void RangeSet.setDataBlock(DataBlock dataBlock)