Class VecGeometryNode2D

All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, HasCustomProperties<VecCustomProperty>, HasIdentification, HasModifiableIdentification, Visitable, Serializable

public class VecGeometryNode2D extends VecGeometryNode implements Serializable, Visitable

A GeometryNode2D is the geometric representation of a TopologyNode in 2D-space.

Java class for GeometryNode2D complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="GeometryNode2D">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}GeometryNode">
       <sequence>
         <element name="CartesianPoint" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • VecGeometryNode2D

      public VecGeometryNode2D()
  • Method Details

    • getCartesianPoint

      public VecCartesianPoint2D getCartesianPoint()
      Gets the value of the cartesianPoint property.
      Returns:
      possible object is Object
    • setCartesianPoint

      public void setCartesianPoint(VecCartesianPoint2D value)
      Sets the value of the cartesianPoint property.
      Parameters:
      value - allowed object is Object
    • getRefGeometrySegment2D

      public Set<VecGeometrySegment2D> getRefGeometrySegment2D()
      Gets a Set of all VecGeometrySegment2D that have a outgoing reference to this object.
      Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by the ExtendedUnmarshaller.
      This property is consistent to the state of object model at the time of unmarshalling. It does not reflect any changes done in the object model after the unmarshalling.
      This property has no effect when the object is marshalled to xml.
    • getParentBuildingBlockSpecification2D

      public VecBuildingBlockSpecification2D getParentBuildingBlockSpecification2D()
      Gets a reference to the parent of this object in the XML DOM Tree. If this class can have different parents in DOM, this property is initialized with the parent, if the parent is a VecBuildingBlockSpecification2D otherwise it will be null.
      Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by the ExtendedUnmarshaller.
      This property is consistent to the state of object model at the time of unmarshalling. It does not reflect any changes done in the object model after the unmarshalling.
      This property has no effect when the object is marshalled to xml.
    • accept

      public <R, E extends Throwable> R accept(Visitor<R,E> aVisitor) throws E
      Specified by:
      accept in interface Visitable
      Throws:
      E extends Throwable