NTVectorElementDragInfo


@interface NTVectorElementDragInfo : NSObject {
  void *swigCPtr;
  BOOL swigCMemOwn;
}

A container class that provides information about a dragging performed on a vector element or vector element vertex.

  • Checks if this object is equal to the specified object.

    Declaration

    Objective-C

    - (BOOL)isEqual:(id)object;

    Parameters

    object

    The reference object.

    Return Value

    True when objects are equal, false otherwise.

  • Returns the hash value of this object.

    Declaration

    Objective-C

    - (NSUInteger)hash;

    Return Value

    The hash value of this object.

  • Returns the drag mode.

    Declaration

    Objective-C

    - (enum NTVectorElementDragMode)getDragMode;

    Return Value

    The drag mode.

  • Returns the drag position in screen coordinates.

    Declaration

    Objective-C

    - (NTScreenPos *)getScreenPos;

    Return Value

    The drag position in screen coordinates.

  • Returns the drag position in projection coordinate system of the layer.

    Declaration

    Objective-C

    - (NTMapPos *)getMapPos;

    Return Value

    The drag position in projection coordinate system of the layer.

  • Returns the vector element being dragged.

    Declaration

    Objective-C

    - (NTVectorElement *)getVectorElement;

    Return Value

    The vector element being dragged.

  • Undocumented

    Declaration

    Objective-C

    -(void)dealloc;