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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type SequenceRule
 SequenceRuleType GMLMarshaller.marshalSequenceRule(SequenceRule src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return SequenceRule
 SequenceRule GMLUnmarshaller.unmarshalSequenceRule(SequenceRuleType src)
           
 

Uses of SequenceRule in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return SequenceRule
 SequenceRule GMLFactory.createSequenceRule()
           
 

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

Classes in org.citygml4j.impl.gml.coverage that implement SequenceRule
 class SequenceRuleImpl
           
 

Methods in org.citygml4j.impl.gml.coverage that return SequenceRule
 SequenceRule GridFunctionImpl.getSequenceRule()
           
 

Methods in org.citygml4j.impl.gml.coverage with parameters of type SequenceRule
 void GridFunctionImpl.setSequenceRule(SequenceRule sequenceRule)
           
 

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

Methods in org.citygml4j.model.gml.coverage that return SequenceRule
 SequenceRule GridFunction.getSequenceRule()
           
 

Methods in org.citygml4j.model.gml.coverage with parameters of type SequenceRule
 void GridFunction.setSequenceRule(SequenceRule sequenceRule)