Uses of Class
org.citygml4j.xml.io.reader.FeatureReadMode

Packages that use FeatureReadMode
org.citygml4j.xml.io.reader   
 

Uses of FeatureReadMode in org.citygml4j.xml.io.reader
 

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