Uses of Class
org.citygml4j.jaxb.gml._3_1_1.RangeSetType

Packages that use RangeSetType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return RangeSetType
 RangeSetType GMLMarshaller.marshalRangeSet(RangeSet src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type RangeSetType
 RangeSet GMLUnmarshaller.unmarshalRangeSet(RangeSetType src)
           
 

Uses of RangeSetType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return RangeSetType
 RangeSetType ObjectFactory.createRangeSetType()
          Create an instance of RangeSetType
 RangeSetType AbstractCoverageType.getRangeSet()
          Gets the value of the rangeSet property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type RangeSetType
 javax.xml.bind.JAXBElement<RangeSetType> ObjectFactory.createRangeSet(RangeSetType value)
          Create an instance of JAXBElement<RangeSetType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type RangeSetType
 javax.xml.bind.JAXBElement<RangeSetType> ObjectFactory.createRangeSet(RangeSetType value)
          Create an instance of JAXBElement<RangeSetType>}
 void AbstractCoverageType.setRangeSet(RangeSetType value)
          Sets the value of the rangeSet property.