Newbie spatial question. coordiante point without srid

Hi;
I have some datas; they should be coordinates but i couldnt analyse them becouse they seem meaningless for me.
(2001, , (3146506.63299122, 4386524.44436437, 0), , )
this data means 36:48.371N 028:15.933E but icouldnt understand how to convert..
i got the data from db, i got the result from software that uses this db.
as i read the documentation (2001,?,(...... question mark tells the format of data, but my data is null as you see.
can u please show the way out?
thanks
sorry i am new th these stuff.

Hi,-
you can always use NULL SRID.
The geometry in Oracle Spatial is described as follows in SQL:
SDO_GEOMETRY(2003, --> GTYPE
NULL, --> SRID
NULL, --> SDO_POINT (IGNORED HERE)
SDO_ELEM_INFO_ARRAY(1, 1003, 1), --> YOUR GEOMETRY'S COMPONENTS
SDO_ORDINATE_ARRAY(5, 1, 8, 1, 8, 6, 5, 7, 5, 1)) --> YOUR GEOMETRY'S COORDINATES
Which format are you converting from?
Have you read Oracle Spatial User's Guide?
I strongly recommend to read it.
Hope this helps
best regards
baris

Similar Messages

  • Newbie script question... consecutive numbers with update.

    complete newbie type question... this is also my first post.  ( I am using CS3)
    does anyone have a script which can make it so I can add numbers into the text consecutively.
    for example, if this is my text "the big fat dog sat on the very wide mat, but was then displaced by a unfriendly cat."
    and I wanted to place a number 1, number 2, 3, etc at points in the text so it read, "the big fat dog1 sat on the very wide mat2, but was then displaced by a unfriendly cat3." but later wanted to add another number and have later numbers update themselves, so the text then said, "the big fat dog1 sat on the very wide mat2, but was then displaced3 by a unfriendly cat.4".
    by inserting the three, the previous three became four.
    Has anyone got something which might be useful in this regard.
    Many thanks
    Steve

    i wanted to avoid footnotes as they leave a bar at the bottom of each page.
    i wanted a script to do something similar to footnotes but not much further.
    does anyone have just a simple script that can do what I asked?
    Steve

  • Design question: Access points and controller Logical/Physical placement

    Background:
    We have an MPLS (layer 3) network 4 offices and a Datacenter:
    We are planning to install about 10 Access Points(3600 series) per office and have a controller(5508 series) in the Datacenter.
    Questions:
    1- Is this design possible, in other words, just one controller centralizing all Access point traffic in one controller in the Datacenter?
    2- We would like to accomplish this in two phases:
        A- install access points without controller handling authentication thru microsoft IAS servers (current configuration with 1200 series)
        B- Deploy wireless Controller in Datacenter and start migrating orphan APs to Controllers one office at a time
    I'll appreciate any advice , comments and suggestions to the the outlined plan/design
    Thanks
    Juan

    1- Is this design possible, in other words, just one controller centralizing all Access point traffic in one controller in the Datacenter?
    Yes... depending on the bandwidth you can either have the APs in local mode which tunnels all traffic back to the WLC or you configure the AP's in FlexConnect and place the traffic locally in each site.
    2- We would like to accomplish this in two phases:
        A- install access points without controller handling authentication thru microsoft IAS servers (current configuration with 1200 series)
        B- Deploy wireless Controller in Datacenter and start migrating orphan APs to Controllers one office at a time
    I don't know what you are trying to accomplish here, but if you are running new cables and replacing all the AP's, you should bring up the WLC in the DC and connect all the AP's but leave the AP as admin down until your ready to cutover.  You can still use the IAS server for radius, just need to create a AAA client on the IAS for the WLC.
    Thanks,
    Scott
    Help out other by using the rating system and marking answered questions as "Answered"

  • How do I change my security questions and answers without setting up a new account. I can't remember the answers to the questions that they ask.

    How do I change my security questions and answers without setting up a new account. I can't remember the answers to the questions that they ask.

    1. See my User Tip for some help: Some Solutions for Resetting Forgotten Security Questions: Apple Support Communities.
    2. Here are two different but direct methods:
        a. Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
        b. Call Apple Support in your country: Customer Service: Contacting Apple for support
            and service.
    3. For other queries about Apple ID see Frequently asked questions about Apple ID.
    4. Rescue email address and how to reset Apple ID security questions
    5. For online assistance use Apple - Support - Express Lane

  • Is there a way to use my time capsule as a wireless access point without having it being connected by eithernet thru my DSL

    Is there a way to use my time capsule as a wireless acess point without connecting the eithernet cable to my DSL modem

    Do you have another router? If not, then the TC must be connected to the modem by Ethernet cable for you to have a network.

  • Control mouse pointer without the mouse

    Hello,
    My Mac Mini seems to no longer recognize my mouse. It has been fine for nearly a year though. Both the mouse and keyboard are wireless. The pointer does not move when I move the mouse, but when I press the return button on the keyboard the computer does wake from sleep mode. I don't know how to control the pointer without the mouse though.
    The issues seem to have started when my new version of iTunes seemed to start acting up. The bar at the top of the screen shows that it thinks it is still in iTunes. The computer has been manually turned off and restarted and still comes up the same way, with the mouse pointer in the same spot.
    Does anybody know what the issue may be and also how I can control the pointer without the mouse? I apologize for the lack of knowledge as I'm used to a pc and do not know the keyboard controls on a Mac. Thank you.

    Welcome to the Apple Discussions!
    You should always have an inexpensive USB mouse and keyboard for times such as this. After you have gotten a USB mouse, you can get one at Target for US$10, drag & drop the iTunes app into the Trash. Restart your Mac and while you are at it do a PRAM reset. Then download iTunes from this link and reinstall. Hopefully this will resolve your issues.
    http://www.apple.com/itunes/download/
    Reset the PRAM
    • (Re)start the computer
    • Immediately press & hold the CommandOption+PR keys
    • Wait for two startup chimes
    • Release the keys and allow the computer to boot.
    Also, do you ever repair the disk permissions on your Mac? To repair the disk permissions open Disk Utility in the Apps/Utilities folder. Highlight your startup drive in the list on the left with one mouse click. In the right pane press Repair Permissions. Wait for it to finish.
    Dah•veed

  • General place for newbie datamodeler questions?

    With the production release of SQL Developer Data Modeler I'd assume that this forum will draw a bunch of new users. Is there a better place to ask some pretty simple, newbie like questions that won't bother the more seasoned members?
    For instance, I am working in a Rails environment, which has some stringent naming conventions, one of which is that all of the primary key columns are numeric and called "id", with the foreign key linked columns called <table_name>_id.  When engineering a logical model to a relational model, the added foreign key columns are all "id#".  Is there a way I can define a naming rule to keep me from having to redo the relation column names?
    Also, we have a standard set of columns (mostly Rails related) which appear in every table. Can I define a generation rule which automatically includes these tables?
    Thanks

    Thank you. I will try changing that setting.
    IS there a setting which tells the relational model to automatically create pk and fk indexes? I haven't seen one, and manually setting them up is a tedious task. --sw                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How do you move a track region in Garage Band to a new starting point without altering the existing length of the track?

    How do you move a track region in Garage Band to a new starting point without altering the existing length of the track? Thanks.

    What exactly are you trying to do? You can drag any region by grabbing it in the middle of the upper area with the highlighted name of the region. However, if you move it towards the end of the track, the length of the track will get longer, to accommodate the extra part of the region. DO you want to speed up the region, to shorten it or do you want to trim it? You can simply grab the right margin of the region and drag it, to make the region shorter.

  • Illustrator is snapping to point without the option selected.

    Illustrator is snapping to point without the option selected. Anyone else noticing this and what is the solution. Yes I have restarted illustrator.

    slange,
    Then it may be time for the list.
    The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    If possible/applicable, you should save curent artwork first, of course.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • I have installed Adobe Reader 11.0.07 for Mac OS 10.9.3. Have asked this question numerous time without results. The problems I am having are: I cannot scroll using the side slider on downloaded PDF files, nor can I fill in fillable files. Also, and this

    I have installed Adobe Reader 11.0.07 for Mac OS 10.9.3. Have asked this question numerous time without results. The problems I am having are: I cannot scroll using the side slider on downloaded PDF files, nor can I fill in fillable files. Also, and this is extremely irritating, I cannot re-initialize the same file or initialize and another PDF file after I have initialized the first file. If you cannot help please let me know if should use an earlier  version of Reader or find anther company that has the appropriate software.

    Perhaps you missed that you started a discussion at I have OS 10.9.2 and have downloaded latest version of Reader 11. I can no longer fill in form or scroll using the side bar. and you did not respond to the last post there.

  • I am trying to use the "This solved my question - 10 points" and the "This helped me - 5 points" but they are NOT doing anything. How do I award the points ?

    I am trying to use the "This solved my question - 10 points" an the "This helped me - 5 points" but they are NOT doing anything. How do I award the points ?

    Are you talking about the "Legend" panel at the right of the window?
    Those text are just help texts explaining the reputation points. You can only award points, if you are the original poster of a question. Then you will see active buttons to award points below the answers you receive. See here for more information: https://discussions.apple.com/static/apple/tutorial/reputation.html
    Regards
    Léonie

  • Newbie XSan question - authenticating a computer from XSan Admin

    Hello - I have a very newbie XSan question!
    I have 2 computers that connect to an XSan. 1 I am having no problems with. The other I am unable to connect with.
    When I look in XSan Admin the 2nd computer (the one that is not working) is not authenticated.
    So I click on it and choose Authenticate. I enter what I know is an Admin username and password for the computer I am attempting to connect. The dot next to the computers IP turns green with 3 dots in it and then it turns gray again. It just does not connect.
    What is the problem?
    Is it licensing?
    Thanks
    Taj

    You need a different license ID for each machine, plus the admin machine. Do you have that?

  • SCCM 2012 sync distribution point WITHOUT actuvating/using the second DP

    Hi,
    Pls advise howto sync distribution points WITHOUT using the second one (to which is synced).
    We only want to activate it after a full sync and in a controllerd manner (to test if it works fully correct).
    Note: I removed it in the boundary group, tab references, site system servers for now. It is still active in the Distribution points underneath Administration.
    J.
    Jan Hoedt

    No, he's saying that if it's not included in a boundary group (and not enabled for fallback), then no clients will ever find it to be used. Clients locate and use DPs entirely based upon their association with a boundary group and the boundaries within
    that boundary group. Thus, if its not part of a boundary group, client won't be able to locate it. Just because its active doesn't mean anything.
    Jason | http://blog.configmgrftw.com

  • HT201240 How can I change my Apple ID password security questions and answers without providing a rescue email address?

    How can I change my Apple ID password security questions and answers without providing a rescue email address?

    Click here for information. If you can't reset them through the method described in that article, contact the iTunes Store staff via the link in the 'Additional Information' section.
    (105909)

  • Cue Points without component

    Hi, is there anyway to navigate to cue points WITHOUT using
    button components?
    If I make my_button a regular self-created button, the code
    no longer works. Any suggestions?

    BryanThomas,
    > Good news. I have Flash CS3 but use Actionscript 2.
    That's fine.
    > If i have to use 3, that's fine. As long as this gets
    > working. Thanks.
    Not at all! Both versions support what you're after, but the
    syntax
    differs between them. If you're using AS2, you don't use
    addEventListener()
    for a button symbol (in AS3, you do). So, give your button
    symbol an
    instance name and use this syntax instead:
    function clickMe():Void {
    my_flvPb.seekToNavCuePoint("Thomas");
    my_button.onRelease = clickMe;
    ... or ...
    my_button.onRelease = function():Void {
    my_flvPb.seekToNavCuePoint("Thomas");
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

Maybe you are looking for

  • How to prevent JaxB creation of 2 Interfaces for each Element?

    hi, does any body know how to prevent JaxB creation of 2 Interfaces for each Element (The Content Interface and the element interface)? I want to configure JaxB to use only one Interface and only one implementation Class. Thank's,

  • Retrieving Raw Files after import...?

    I shoot all RAW files and have imported them to my iPhoto. How do I retrieve the RAW file from iphoto. If I copy and drag them out of iPhoto they are .jpg... Is it too late and does iPhoto convert them upon import. Also and clue on if Aperture does t

  • 5DIII images in Aperture have a line at the top

    I got my new Canon 5DIII on the weekend and before importing the first lot of images, I updated Aperture as I'd seen the software update announcing support for 5DIII raws. All images when viewed through Aperture have a thin (possibly 1-pixel wide) li

  • JS animation not rendering clearly

    With help, ported an AS3 animation to JS (animation is for eLearning lesson), but it renders blurry in preview browsers (FF, IE, Chrome on mobile). DW's Live View renders it perfectly. Must be doing something wrong in the JS (like scaling) which is s

  • PS related issues

    Hi, I have created a tollerence limit for a controlling area and budget profile combination and given action as information message and mail to repective person but i am not knowing where to link the user id with it so that user can receive mail. Cou