Uses of Class
org.citygml4j.xml.io.writer.FeatureWriteMode

Packages that use FeatureWriteMode
org.citygml4j.xml.io.writer   
 

Uses of FeatureWriteMode in org.citygml4j.xml.io.writer
 

Methods in org.citygml4j.xml.io.writer that return FeatureWriteMode
static FeatureWriteMode FeatureWriteMode.fromValue(java.lang.String value)
           
static FeatureWriteMode FeatureWriteMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FeatureWriteMode[] FeatureWriteMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.