Uses of Class
org.citygml4j.util.transform.FeatureSplitMode

Packages that use FeatureSplitMode
org.citygml4j.util.transform   
 

Uses of FeatureSplitMode in org.citygml4j.util.transform
 

Methods in org.citygml4j.util.transform that return FeatureSplitMode
 FeatureSplitMode FeatureSplitter.getSplitMode()
           
static FeatureSplitMode FeatureSplitMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FeatureSplitMode[] FeatureSplitMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.citygml4j.util.transform with parameters of type FeatureSplitMode
 void FeatureSplitter.setSplitMode(FeatureSplitMode splitMode)