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()
          Ruft den Wert der edge-Eigenschaft ab.
 EdgeType DirectedEdgePropertyType.getEdge()
          Ruft den Wert der edge-Eigenschaft ab.
 

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)
          Legt den Wert der edge-Eigenschaft fest.
 void DirectedEdgePropertyType.setEdge(EdgeType value)
          Legt den Wert der edge-Eigenschaft fest.