Larry,

I don't have a tool designed for this yet. However, I've done 80% of
the work in my JTS Warped library. If you use this library you could
easily import a list of bearings and distances from a text file and
use it to create feature geometry. (Or take a bearing and distance
entered from a GUI and do the same thing.)

The web page for JTS Warped is here:
http://surveyos.sourceforge.net/jts_warped.html

Here is the Javadoc for the first release of JTS Warped:
http://surveyos.sourceforge.net/jts_warped_api/

The source code can be found on my SVN:
http://surveyos.svn.sourceforge.net/viewvc/surveyos/java/jts_warped/branches/release-00-10-00/src/

You can download a Jar file for JTS Warped here:
http://sourceforge.net/projects/surveyos/files/

Look for the 00.10.00 release.

To get a JTS LineString from an angle and distance, follow these basic steps:

1) Create a BasicSurveyorsAngle that represents the direction of the line.
2) Use the BasicSurveyorsAngle to create a BasicSurveyorsDirectoin object.
3) Call the getLineStringAlongDirection method of the
BasicSurveyorsDirectoin object. You need to provide the start point
coordinate and the distance of the line to this method.

See: 
http://surveyos.sourceforge.net/jts_warped_api/net/surveyos/sourceforge/jtswarped/angles/BasicSurveyorsDirection.html

The only other class you might need is one that allows you to convert
between different angle formats:

http://surveyos.sourceforge.net/jts_warped_api/net/surveyos/sourceforge/jtswarped/angles/AngleFormatUtilities.html

I hope this helps Larry. If you have questions, let me know. I'd be
interested to see what (if anything) you can do with my code.

The Sunburned Surveyor

On Mon, Feb 1, 2010 at 10:44 AM, Larry Becker <becker.la...@gmail.com> wrote:
> Like ArcGIS COGO, I guess:
> http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?ID=540&rand=597&pid=539&TopicName=An_overview_of_COGO
>
> Larry
>
> On Mon, Feb 1, 2010 at 12:01 PM, Stefan Steiniger <sst...@geo.uzh.ch> wrote:
>>
>> what do you mean by survey measurements?
>> angle and distance? or just point coordinate lists?
>> For the latter, to create single points, I would use the Pirol CSV
>> plugin. (needs some specific formatting, but... - Maybe Michaels recent
>> text/SCV plugin can that too?)
>>
>> stefan
>>
>> Larry Becker wrote:
>> > I have a need for a tool to enter survey measurements into JUMP.  Has
>> > anyone heard of a tool that supports this?  I thought this would be
>> > something that Sunburned Surveyor might have, but didn't find any
>> > reference to it in his blog or on his SurveyOS site.
>> >
>> > @Sunburned,  All the links I found to BizzJUMP on sourceforge were
>> > broken.
>> >
>> > regards,
>> > Larry
>> >
>> >
>> > ------------------------------------------------------------------------
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > The Planet: dedicated and managed hosting, cloud storage, colocation
>> > Stay online with enterprise data centers and the best network in the
>> > business
>> > Choose flexible plans and management services without long-term
>> > contracts
>> > Personal 24x7 support from experience hosting pros just a phone call
>> > away.
>> > http://p.sf.net/sfu/theplanet-com
>> >
>> >
>> > ------------------------------------------------------------------------
>> >
>> > _______________________________________________
>> > Jump-pilot-devel mailing list
>> > Jump-pilot-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
>>
>> ------------------------------------------------------------------------------
>> The Planet: dedicated and managed hosting, cloud storage, colocation
>> Stay online with enterprise data centers and the best network in the
>> business
>> Choose flexible plans and management services without long-term contracts
>> Personal 24x7 support from experience hosting pros just a phone call away.
>> http://p.sf.net/sfu/theplanet-com
>> _______________________________________________
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>
>
> --
> Larry Becker
> Integrated Systems Analysts, Inc.
>
> ------------------------------------------------------------------------------
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to