Re: [OpenMap Users] OMAbstractLine

From: Don Dietrick <dietrick@bbn.com>
Date: Thu Oct 20 2005 - 16:16:36 EDT

Hi David,

I'll add these methods to the beta and the next release.

Thanks,

Don

On Oct 20, 2005, at 12:34 PM, David Ward wrote:

> Don,
>
> I had a few minutes to look at the OMAbstractLine.
>
> I would like to suggest that the following additional convenience
> methods be
> added to OMAbstractLine:
>
> /**
> * Arrowhead function, to find out the arrowhead location.
> */
> public int getArrowLocation() {
> if (arrowhead != null) {
> return arrowhead.getLocation();
> }
> return 0;
> }
>
> /**
> * Arrowhead function, to find out the arrowhead direction.
> */
> public int getArrowDirectionType() {
> if (arrowhead != null) {
> return arrowhead.getArrowDirectionType();
> }
> return 0;
> }
>
> Cheers,
> David
>
> ----
> David Ward
> ROLANDS & ASSOCIATES Corporation
> 500 Sloat Avenue
> Monterey, CA 93940
> USA
> Tel: 1.831.373.2025
> Fax: 1.831.373.2841
> Email: synriga@yahoo.com
>
>
>
>
> __________________________________
> Yahoo! Mail - PC Magazine Editors' Choice 2005
> http://mail.yahoo.com
>
> --
> [To unsubscribe to this list send an email to "majdart@bbn.com"
> with the following text in the BODY of the message "unsubscribe
> openmap-users"]
>

--
[To unsubscribe to this list send an email to "majdart@bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Thu Oct 20 16:18:33 2005

This archive was generated by hypermail 2.1.8 : Thu Oct 20 2005 - 16:18:34 EDT