Uses of Class
org.citygml4j.jaxb.gml._3_1_1.FeatureArrayPropertyType

Packages that use FeatureArrayPropertyType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return FeatureArrayPropertyType
 FeatureArrayPropertyType GMLMarshaller.marshalFeatureArrayProperty(FeatureArrayProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type FeatureArrayPropertyType
 FeatureArrayProperty GMLUnmarshaller.unmarshalFeatureArrayProperty(FeatureArrayPropertyType src)
           
 

Uses of FeatureArrayPropertyType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return FeatureArrayPropertyType
 FeatureArrayPropertyType ObjectFactory.createFeatureArrayPropertyType()
          Create an instance of FeatureArrayPropertyType
 FeatureArrayPropertyType AbstractFeatureCollectionType.getFeatureMembers()
          Gets the value of the featureMembers property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type FeatureArrayPropertyType
 javax.xml.bind.JAXBElement<FeatureArrayPropertyType> ObjectFactory.createFeatureMembers(FeatureArrayPropertyType value)
          Create an instance of JAXBElement<FeatureArrayPropertyType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type FeatureArrayPropertyType
 javax.xml.bind.JAXBElement<FeatureArrayPropertyType> ObjectFactory.createFeatureMembers(FeatureArrayPropertyType value)
          Create an instance of JAXBElement<FeatureArrayPropertyType>}
 void AbstractFeatureCollectionType.setFeatureMembers(FeatureArrayPropertyType value)
          Sets the value of the featureMembers property.