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

Packages that use DataBlock
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
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.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)
           
 

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