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

Packages that use DirectedFacePropertyType
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return DirectedFacePropertyType
 DirectedFacePropertyType ObjectFactory.createDirectedFacePropertyType()
          Create an instance of DirectedFacePropertyType
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type DirectedFacePropertyType
 javax.xml.bind.JAXBElement<DirectedFacePropertyType> ObjectFactory.createDirectedFace(DirectedFacePropertyType value)
          Create an instance of JAXBElement<DirectedFacePropertyType>}
 java.util.List<DirectedFacePropertyType> TopoSurfaceType.getDirectedFace()
          Gets the value of the directedFace property.
 java.util.List<DirectedFacePropertyType> TopoSolidType.getDirectedFace()
          Gets the value of the directedFace property.
 java.util.List<DirectedFacePropertyType> EdgeType.getDirectedFace()
          Gets the value of the directedFace property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type DirectedFacePropertyType
 javax.xml.bind.JAXBElement<DirectedFacePropertyType> ObjectFactory.createDirectedFace(DirectedFacePropertyType value)
          Create an instance of JAXBElement<DirectedFacePropertyType>}
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type DirectedFacePropertyType
 void TopoSurfaceType.setDirectedFace(java.util.List<DirectedFacePropertyType> directedFace)
          Sets the value of the directedFace property.
 void TopoSolidType.setDirectedFace(java.util.List<DirectedFacePropertyType> directedFace)
          Sets the value of the directedFace property.
 void EdgeType.setDirectedFace(java.util.List<DirectedFacePropertyType> directedFace)
          Sets the value of the directedFace property.