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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return EdgeType
 EdgeType ObjectFactory.createEdgeType()
          Create an instance of EdgeType
 EdgeType IsolatedPropertyType.getEdge()
          Gets the value of the edge property.
 EdgeType DirectedEdgePropertyType.getEdge()
          Gets the value of the edge property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type EdgeType
 javax.xml.bind.JAXBElement<EdgeType> ObjectFactory.createEdge(EdgeType value)
          Create an instance of JAXBElement<EdgeType>}
 void IsolatedPropertyType.setEdge(EdgeType value)
          Sets the value of the edge property.
 void DirectedEdgePropertyType.setEdge(EdgeType value)
          Sets the value of the edge property.