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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return SequenceRuleNames
 SequenceRuleNames GMLMarshaller.marshalSequenceRuleNames(SequenceRuleNames src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type SequenceRuleNames
 SequenceRuleNames GMLUnmarshaller.unmarshalSequenceRuleNames(SequenceRuleNames src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return SequenceRuleNames
static SequenceRuleNames SequenceRuleNames.fromValue(java.lang.String v)
           
 SequenceRuleNames SequenceRuleType.getValue()
          List of codes (adopted from ISO 19123 Annex C) that identifies the rule for traversing a grid to correspond with the sequence of members of the rangeSet.
static SequenceRuleNames SequenceRuleNames.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SequenceRuleNames[] SequenceRuleNames.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

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