Lat Long view on map

Dear all,

I need to display lat/long of my base map when no themes are added.

Please answer. It is very urgent.

Thank you and best regards,

Hi Neha,
Take a look in the demo «map event listeners» Oracle cards You can find how to put in place the headphones for mouse events, including the mouse above to show the location of the map.

Best regards.

João

Tags: Fusion Middleware

Similar Questions

  • Lat/Long to UTM or MGRS conversion

    Has anyone written a Labview application that converted to Lat/Long to UTM or MGRS

    If you know the conversion of Lat/Long, the algorithm to allow the conversion and we can try to help you get into the format of LabVIEW. If you do not know an algorithm, you can always try looking for examples to http://www.ni.com/community.  Good luck!

  • Computer hangs when I click on view full map

    My computer hangs when I click on view full map.

    Hello
    1. in using what application are you experiencing this problem?
    2 you referring to maps available online?
    3 are you aware of any changes made to the computer, before the show?
    Please reply to us with more information, so that we can better help you.

  • Oracle Spatial function to find the closest channel line according to lat/long

    Hello

    Here's my scenario. I have a table that contains the geometries of type line (road network) channels. The line geomteries are of type Ohio state South (SRID 41104) plan.
    I have a requirement - given a lat/long, find the string line that aligns with this lat/long or the nearest set of strings of line at 0.02 miles.
    It is a typical example of an attempt to identify an accident on our road network situation. Accidents reported us in lat/long through the GPS system.
    How can I achieve this through any space function?

    Thanks for the help in advance.

    Thank you
    L.

    Hello L,

    SELECT
      r.
    FROM
      roadsegments r
    WHERE SDO_NN(r.geometry,
                 sdo_geometry(2001, 41104, sdo_point_type(lat,lon,NULL), NULL, NULL),
                 'sdo_num_res=2 distance=0.02 unit=mile') = 'TRUE';
    

    This will give you the two segments of road nearest you at 0.02 miles. See [url http://docs.oracle.com/cd/E11882_01/appdev.112/e11830/sdo_operat.htm#i78067] documentation on the operator SDO_NN, especially the bit about the use of the index indicator.

    HTH,
    Stefan

  • Custom for Lat/Long text field format

    I am new to the creation of PDF files and did not JavaScript for 10 years.

    I was hoping that someone would be able to provide the custom format script required format a text field for Lat/Long in DMS (e.g. 70 ° 12' 34 "W).

    Short, someone at - it a custom format script I could go and change?

    Thanks in advance!

    Try calling the function shown below in the latitude or custom Format script longitude field. This function is intended to be placed in the form of script at the level of the document.

    As a custom Format to the text box script, use the following:

    For Longitude field

    dd_to_dms (true);

    -OR-

    For Latitude field

    dd_to_dms (false);

    I was liberal with the comments in the hope of equivocation. What I have not done is a kind of data validation. The field entry is supposed to be a number that makes sense (for example, to +/-180 for longitude, +/-90 for latitude). You can add a custom script to strike to limit the entry of a number and a Validation script to check its value. He rounds as second to the second, but this could be changed if you need fractional part for seconds. Post again if you have any questions.

    function dd_to_dms (isLong) {}

    Custom Format script for text acroform field
    Convert lat/long values from decimal to degrees, Minutes, seconds
    ' DDD.dddd-> () [DD] D [M] I S [S] "N | S | E | W
    isLong: latitude, longitude = true = false

    Field blank if no entry
    If (! event.value) {}
    Event.Value = "";
    return;
    }

    Get the field as a number entry
    var val = + event.value;

    var cd, t, degrees, minutes, seconds;

    Determine what cardinal to display
    If (isLong) {}
    CD = (val< 0)="" "w"="" :="">
    } else {}
    CD = (val< 0)="" "s"="" :="">
    }

    To make the number positive
    Val = Math.abs (val);

    degrees = part of the input value
    degrees = val | 0;

    Download fractional part
    t = val 1.0%;

    minutes = fully part of (fractional part * 60)
    t = t * 60;
    minutes = t | 0;

    seconds = fully part of (the fractional part of previous * 60)
    t = t % 1.0;
    seconds = (t * 60) | 0;

    Display in the field
    Event.Value = degrees + '\u00b0' + minutes + "'"+ seconds + "\" "+ cd;»
    }

  • I can no longer view source files in Firefox 6. It is very important for my work as SEO consultant.

    Under view I can no longer read the Web page Source file. SEO consultant, it is essential for my work. Please can you restore this functionality for FireFox 6.

    • Firefox > Web Developer > Page Source
    • Tools > Web Developer > Page Source
    • Right-click on a web page to open the shortcut menu and select the Source of the Page
  • Power PC Apps is no longer supported - TOPO maps

    I installed an old maps geographical national app, the old version to my iMac.  He opened and I could upgrade to the latest version via the NG site and who opened, but now when I try to open it, I get the error message: "Cannot open the application"TOPO"because the PowerPC applications are no longer supported."  What can I do to work around this problem?  I'm working on OS X El Capitan with an iMac Retinat 5 k.

    Thank you

    None

  • With the help of lat long with corresponding axis imaq

    I'm unable to associate the values long lat to imaq image action, firstly the imaq has coordinated with top indirect reference to we y-axis downwards which is opposite to the values of freedom. Secoundly, I am unable to change the value of origion no matter what value other then (0,0). Can someone help me or provide any guidance in this Read...

    I developed a relevant solution using various resources, a screenshot is attached if everyone is faced with a relevant problem

  • View Google Maps has stopped working

    View Google street has stopped working, although Google Maps is very good. Any suggestions?

    Hello

    There is a Google's 'Street View' Forum for your question about their program.

    http://productforums.Google.com/Forum/#! / maps/maps-street-view categories

    See you soon.

  • Need box Lat Long in MapField OS6.0

    Hello world

    I want to find the left, right, up, card low latitude longitude,

    I used the MapDimentions and MapField API 6.0.

    Using,

    mapDimentions.getbottom (); It will give me the lower coordinate. or as getleft, gettop...

    but it will not change when I moved to the card.

    I need a coordinated box or lat lon(all four) and also, this will change when the card installs...

    Thank you

    Here's the first corner:

    //Just creating a new Coordinates object, the values don't matter
    Coordinates topLeft = new Coordinates(0,0,Float.NaN);
    //The field point in pixels that you want to convert, this is where you put your four corners
    XYPoint coords = new XYPoint(0, 0);convertFieldToWorld(coords, topLeft);
    

    After this topLeft will be your latitude and longitude of the upper-left corner of your map. I hope this helps!

  • The phones call log smart blackBerry is no longer view all calls

    With the help of Pearl and the call log is no longer appear I made, received or missed calls.  The settings in the options Menu are on the list of missed calls all, but none made their appearance for two days.  Any thoughts or fixed or is this a known issue with no resolution?

    You are facing constraints of memory in your device. Because of which MMS is received in your device, but for a short memory that they have been deleted, you can still see the.

    Perform the following steps-

    1. Give a soft reset by removing the battery for 30 sec.
    2. Check the amount of memory is free in your device to Options -> status -> free memory. To view all aspects of database go to Option -> status -> click on the Menu button and then select the database size
    3. Remove the less frequently used application. To remove go to Options -> Advanced Options -> Applications -> highlight the application you want to delete-> click Menu , and then select Remove
    4. If you stored your image in the memory of the device to move them to your card.
  • I can no longer view adobe pdf files.

    with the purchase of windows 2010 for windows vista - how to view pdf files?

    Suddenly I can see is more PDFs from today.   I got 9 Adobe.  and fixed "or updated '..., version did not work."

    So, I uninstalled the software adobe reader 9 version and tried to install the pro and acrobat 10 reader and click Run... nothing!

    Help!

    Hello

    1. are you referring to office 2010?
    2. What is the accurate and complete error you get when you try to view the pdf files?

    I suggest you try the steps from the following link:

    Troubleshoot the installation of Adobe Reader. Windows
    http://helpx.Adobe.com/Acrobat/KB/troubleshoot-reader-installation-Windows.html

  • Is there a space function to identify a polygon with the Lat/Long data

    Gurus,

    Can anyone of you let me know if there any spatial function to identify a polygon for the given latitude & longitude.

    Yes... with the latitude & longitude entry would get the polygon that has this latitude & longitude.

    Please let me know as soon as POSSIBLE, if one of you knows about it...

    If you know, please provide me with the syntax.

    Thank you and best regards,
    Kiran kristelle

    Assuming that the qs, is how to do a point-in-polygon query (i.e. find what polygon contains a specific point) you would use sdo_anyinteract.
    for example

    Select polygon_id from polygonTable a, point p where
    p.Point_id = 1 and sdo_anyinteract (a.geom, p.geom) = 'TRUE';

    or
    Select polygon_id in the polygonTable where
    sdo_anyinteract (geom, sdo_geometry (2001, 8307, SDO_POINT (, , null), null, null) = 'TRUE')

  • Display of the grey card

    HI all, Im trying to display a map in my main application window, but its only gray display. Help please!

    Map of MapField = new MapField();
    MapAction action = map.getAction ();
    action.setCenterAndZoom (new MapPoint(Lat,Long), zoom);
    Add (Map);

    He solved.

  • How to get long lat using wifi

    I developed a web service and I want to get a long lat using wifi.

    I use lat long to pass value next to php where I want to take a location my php code is ready

    I want to get a long lat on blackberry

    Does someone can give the code to get long lat in wifi or GPRS.

    Thanks in advance

    There is information about the location of finding using WiFi in this thread:

    http://supportforums.BlackBerry.com/T5/Java-development/finding-my-location-how-does-BB-maps-do-it/m...

    In case you have not ever seen so:

    http://supportforums.BlackBerry.com/T5/Java-development/location-APIs-start-to-finish/Ta-p/571949

Maybe you are looking for

  • Why can't I print using Firefox?

    Firefox offers me no way to print anything.I have a wireless printer installed and other browsers offer me a print command that works.

  • I have a pop gmail account and a pop tbird encoding. How to synchronize? must I use the IMAP protocol?

    I had Tbird for over a decade and have used gmail as just a place to store a copy of the messages that I receive in my application tbird. I put it in place so that some e-mails are received in tbird will also be presented in gmail. The two accounts a

  • HP Compaq DC7100 Doesnt boot

    There are no beebs, looks like he would go normally, but not photo on the screen... Can someone help me? HP COMPAQ DC7100 CMT:4 GB memoryWindows 7400 GB hdd s.Case Antec sonata Ioverclocked to 3.5 ghZ

  • Error message when you try to install OS 10.11.3 patch

    I'm trying to download and install the latest update (update OS 10.11.3) on my computer. I currently have OS 10.11.2 running on my Macbook Pro. The file seems to download correctly, then it asks me to restart my computer. When the computer reboots, I

  • Name on the track of graph

    Hello Is there anyway that I can control the names on a graph plotted in the graph XY? My goal is to have a name that follows the chart according to which graphic I choose Etc when I choose Chart 1, a name appears point plotted on the graph, the same