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

Packages that use FeatureArrayProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.feature   
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.factory
 

Methods in org.citygml4j.factory that return FeatureArrayProperty
 FeatureArrayProperty GMLFactory.createFeatureArrayProperty()
           
 FeatureArrayProperty GMLFactory.createFeatureArrayProperty(AbstractFeature... feature)
           
 FeatureArrayProperty GMLFactory.createFeatureArrayProperty(java.util.List<AbstractFeature> feature)
           
 

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

Classes in org.citygml4j.impl.gml.feature that implement FeatureArrayProperty
 class FeatureArrayPropertyImpl
           
 

Methods in org.citygml4j.impl.gml.feature that return FeatureArrayProperty
 FeatureArrayProperty AbstractFeatureCollectionImpl.getFeatureMembers()
           
 

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

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)