The API is written by someone else..

java.lang.Object
  |
  +-gov.nasa.jpl.pds.olaf.util.Coordinate

You need to get a hold of this Class (Coordinate) whatever other API's it
uses.
Typically this comes in *.Jar file.

You can just drop the *.jar file in severs/lib and do some like..

cordinate = createObject("Java","gov.nasa.jpl.pds.olaf.util.Coordinate");//
the doc doesnt expain the contructors.
isLat = cordinate.is(isValidLatitude);

If you cant get the *.jar /class files, Depending on what you are trying to
accomplish, there might
be other standard API's written for this. You might want to look at
"java.awt.geo*"

Joe Eugene

----- Original Message ----- 
From: "Tony Weeg" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 10, 2003 11:52 AM
Subject: RE: [CFCDev] java functions in cfc's


> actually, im wrong, I think, isValidLatitude and isValidLongitude are
> methods in a java class, you can see here...
>
>
http://dorothy.as.arizona.edu/aisrp/doc/olaf/gov/nasa/jpl/pds/olaf/util/Coor
> dinate.html#isValidLatitude(java.lang.String)
>
> not something that comes native with java? I suppose?  I guess now, im
even
> more confused...how can I get to those methods? is that something only
that
> server can get to?  how could I get them onto my server to use within my
cfc
> that I want to create with some methods like that?
>
>
> ...tony
>
> tony weeg
> senior web applications architect
> navtrak, inc.
> www.navtrak.net
> [EMAIL PROTECTED]
> 410.548.2337
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> Of Tony Weeg
> Sent: Monday, November 10, 2003 11:45 AM
> To: [EMAIL PROTECTED]
> Subject: [CFCDev] java functions in cfc's
>
> if I wanted to take the java functions isValidLatitude and
isValidLongitude
> and use them in in a cfc, is that possible?  I guess I would be using
> cfscript?
>
> thanks for any input.
>
> ...tony
>
> tony weeg
> senior web applications architect
> navtrak, inc.
> www.navtrak.net
> [EMAIL PROTECTED]
> 410.548.2337
>
> ----------------------------------------------------------
> You are subscribed to cfcdev. To unsubscribe, send an email to
> [EMAIL PROTECTED] with the word 'unsubscribe cfcdev'
> in the message of the email.
>
> CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool,
> Corporation (www.mindtool.com).
>
> An archive of the CFCDev list is available at
> www.mail-archive.com/[EMAIL PROTECTED]
>
>
> ----------------------------------------------------------
> You are subscribed to cfcdev. To unsubscribe, send an email
> to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev'
> in the message of the email.
>
> CFCDev is run by CFCZone (www.cfczone.org) and supported
> by Mindtool, Corporation (www.mindtool.com).
>
> An archive of the CFCDev list is available at
www.mail-archive.com/[EMAIL PROTECTED]

----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' 
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]

Reply via email to