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

Packages that use RangeSet
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 RangeSet in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type RangeSet
 RangeSetType GMLMarshaller.marshalRangeSet(RangeSet src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return RangeSet
 RangeSet GMLUnmarshaller.unmarshalRangeSet(RangeSetType src)
           
 

Uses of RangeSet in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return RangeSet
 RangeSet GMLFactory.createRangeSet()
           
 RangeSet GMLFactory.createRangeSet(DataBlock dataBlock)
           
 RangeSet GMLFactory.createRangeSet(File file)
           
 RangeSet GMLFactory.createRangeSet(ScalarValueList scalarValueList)
           
 RangeSet GMLFactory.createRangeSet(ValueArray valueArray)
           
 

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

Classes in org.citygml4j.impl.gml.coverage that implement RangeSet
 class RangeSetImpl
           
 

Methods in org.citygml4j.impl.gml.coverage that return RangeSet
 RangeSet AbstractCoverageImpl.getRangeSet()
           
 

Methods in org.citygml4j.impl.gml.coverage with parameters of type RangeSet
 void AbstractCoverageImpl.setRangeSet(RangeSet rangeSet)
           
 

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

Methods in org.citygml4j.model.gml.coverage that return RangeSet
 RangeSet AbstractCoverage.getRangeSet()
           
 

Methods in org.citygml4j.model.gml.coverage with parameters of type RangeSet
 void AbstractCoverage.setRangeSet(RangeSet rangeSet)