Uses of Class
org.citygml4j.model.gml.feature.FeatureArrayProperty

Packages that use FeatureArrayProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.gml.feature   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type FeatureArrayProperty
 FeatureArrayPropertyType GMLMarshaller.marshalFeatureArrayProperty(FeatureArrayProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return FeatureArrayProperty
 FeatureArrayProperty GMLUnmarshaller.unmarshalFeatureArrayProperty(FeatureArrayPropertyType src)
           
 

Uses of FeatureArrayProperty in org.citygml4j.model.gml.feature
 

Methods in org.citygml4j.model.gml.feature that return FeatureArrayProperty
 FeatureArrayProperty AbstractFeatureCollection.getFeatureMembers()
           
 

Methods in org.citygml4j.model.gml.feature with parameters of type FeatureArrayProperty
 void AbstractFeatureCollection.setFeatureMembers(FeatureArrayProperty featureMembers)
           
 

Uses of FeatureArrayProperty in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type FeatureArrayProperty
 T GMLFunctionWalker.apply(FeatureArrayProperty featureArrayProperty)
           
 T FeatureFunctionWalker.apply(FeatureArrayProperty featureArrayProperty)
           
 void GMLWalker.visit(FeatureArrayProperty featureArrayProperty)
           
 void FeatureWalker.visit(FeatureArrayProperty featureArrayProperty)