Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: Information on Java Mapobjects

  1. #1
    Junior Member
    Join Date
    Sep 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Information on Java Mapobjects

    Hi All,

    I am new to Java and my class project involves creating a google map like application in Java. We will be doing some more computation on top of it. Since I am new to Java, I have no idea as to where to start. I googled and came across Mapobjects. Is it something that I can use ?
    I dont really know how to go about it , so kindly help!
    Also, we are not allowed to use google api for our project.

    Thanks!


  2. #2
    Member
    Join Date
    Sep 2011
    Location
    United States
    Posts
    30
    My Mood
    Fine
    Thanks
    0
    Thanked 6 Times in 5 Posts

    Default Re: Information on Java Mapobjects

    Hello rain_dew,

    Could you please elaborate on how this application is to be 'like' Google maps. In Java, a Map object is a type of interface, do a little bit of reading and you will quickly find out if they will help or not. Are you using real satellite imagery with superimposed roads that change based on the zoom? I suppose the big question is: How similar does this application have to be to Google maps? What kind of programming experience do you have? That last question is just out of curiosity.

  3. #3
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Information on Java Mapobjects

    Also, we are not allowed to use google api for our project.
    Is this a java question, or javascript question (as google maps front end is accessed via javascript)? There is a big difference, and these are java forums.

  4. #4
    Super Moderator Sean4u's Avatar
    Join Date
    Jul 2011
    Location
    Tavistock, UK
    Posts
    637
    Thanks
    5
    Thanked 103 Times in 93 Posts

    Default Re: Information on Java Mapobjects

    Do you mean esri's Mapobjects?
    MapObjects | Windows Edition | Overview

    It sounds like a great class project, though presumably you're not 11 years old and have only used Microsoft Word before? If there aren't any complexity-destroying instructions you've omitted to tell us, I would say it sounds extremely difficult.

    What level are you at? You might want to have a look at what they do at OSM:
    OpenStreetMap
    That's a community-edited map. Are you - for a Twenty Questions example - hoping to enter coordinates / attributes yourself and then render / view / zoom your data as beautiful maps?

Similar Threads

  1. How to Retrive Information about USB Disk through Java?
    By shatztal in forum Java Theory & Questions
    Replies: 5
    Last Post: July 18th, 2011, 11:05 AM
  2. Getting information from an array
    By andresfelquintero in forum Algorithms & Recursion
    Replies: 2
    Last Post: May 3rd, 2011, 04:53 PM
  3. I cannot get to print out all my information.
    By kl2eativ in forum What's Wrong With My Code?
    Replies: 4
    Last Post: January 25th, 2011, 01:46 PM
  4. can't get all the information out of my array at once... please help
    By Tate in forum What's Wrong With My Code?
    Replies: 3
    Last Post: November 28th, 2010, 06:22 AM
  5. How do I access SENS information in JAVA?
    By cabodge in forum Java Theory & Questions
    Replies: 4
    Last Post: March 9th, 2010, 06:52 PM