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

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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type DirectedEdgePropertyType
 javax.xml.bind.JAXBElement<DirectedEdgePropertyType> ObjectFactory.createDirectedEdge(DirectedEdgePropertyType value)
          Create an instance of JAXBElement<DirectedEdgePropertyType>}
 java.util.List<DirectedEdgePropertyType> TopoCurveType.getDirectedEdge()
          Gets the value of the directedEdge property.
 java.util.List<DirectedEdgePropertyType> NodeType.getDirectedEdge()
          Gets the value of the directedEdge property.
 java.util.List<DirectedEdgePropertyType> FaceType.getDirectedEdge()
          Gets the value of the directedEdge property.
 

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

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type DirectedEdgePropertyType
 void TopoCurveType.setDirectedEdge(java.util.List<DirectedEdgePropertyType> directedEdge)
          Sets the value of the directedEdge property.
 void NodeType.setDirectedEdge(java.util.List<DirectedEdgePropertyType> directedEdge)
          Sets the value of the directedEdge property.
 void FaceType.setDirectedEdge(java.util.List<DirectedEdgePropertyType> directedEdge)
          Sets the value of the directedEdge property.