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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return SequenceRuleType
 SequenceRuleType GMLMarshaller.marshalSequenceRule(SequenceRule src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type SequenceRuleType
 SequenceRule GMLUnmarshaller.unmarshalSequenceRule(SequenceRuleType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return SequenceRuleType
 SequenceRuleType ObjectFactory.createSequenceRuleType()
          Create an instance of SequenceRuleType
 SequenceRuleType GridFunctionType.getSequenceRule()
          Gets the value of the sequenceRule property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type SequenceRuleType
 void GridFunctionType.setSequenceRule(SequenceRuleType value)
          Sets the value of the sequenceRule property.