Interface NodeType

    • Method Detail

      • getDirectedEdge

        EList<DirectedEdgePropertyType> getDirectedEdge()
        Returns the value of the 'Directed Edge' containment reference list. The list contents are of type DirectedEdgePropertyType.

        If the meaning of the 'Directed Edge' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Directed Edge' containment reference list.
        See Also:
        Gml311Package.getNodeType_DirectedEdge()
      • getPointProperty

        PointPropertyType getPointProperty()
        Returns the value of the 'Point Property' containment reference. This property element either references a point via the XLink-attributes or contains the point element. pointProperty is the predefined property which can be used by GML Application Schemas whenever a GML Feature has a property with a value that is substitutable for Point.
        Returns:
        the value of the 'Point Property' containment reference.
        See Also:
        setPointProperty(PointPropertyType), Gml311Package.getNodeType_PointProperty()