Y at - it a simple way to create an sdo in linestring object

11 GR 2 EE all the bells and whistles standard.

Dear smarter than me space Peeps!

So is it possible to just create a linestring 2D two point 2D SDO SDO?

I HAVE a 2D point that I use:

P2: = SDO_UTIL. POINT_AT_BEARING (P1, 0.5, 50);

And that puts me one point zero radians at 50 meters from P1 which is fantastic!  Is there a function that I have not discovered who will take a number of points and a linestring SDO to return?

See you soon!

The following function might take the coordinates of the point two, a return line. Do you think that this solves your problem now?

FUNCTION xy2line (pi_x1, number pi_y1 number, pi_x2 number, pi_y2 number, NUMBER default null srid)

RETURN Mdsys.Sdo_geometry

DETERMINISTIC

IS

Line mdsys.sdo_geometry;

number of var_SRID;

Start

Line: = Mdsys.Sdo_geometry (2002, SRID, null,)

MDSYS. SDO_ELEM_INFO_ARRAY (1, 2, 1),

MDSYS. SDO_ORDINATE_ARRAY (pi_y1, pi_x2, pi_x1, pi_y2));

RETURN line;

END;

Best

Frédéric

Tags: Database

Similar Questions

  • Create a gradient to an object that goes from solid transparent

    Is there a way to create a gradient to an object that goes from solid transparent?

    Make sure that the cursor Opacity on the gradient tool Options toolbar is not set to a different number of 100%.

  • Simple table - best way to create in the Muse?

    Hello

    I want to insert a simple table into a page in Muse.  This is an Excel spreadsheet with 6 rows and 4 columns.  It seems that I can select the cells in Excel, copy and paste in Muse.  I can also create the table directly in Muse using text boxes with striped borders - easy since my table is so small.  I read the posts here on the use of object and place, but I don't know that I need it.  I didn't need the ability to modify the data of Muse.

    My question is this: what is the best way to create a simple table in Muse?

    Thank you.

    John

    Hello

    This really depends on your preferences as well as the specific features of the table that you want to create. In your case, because the table is simple and does not need to be edited, it may be more simple create the table using text boxes and stroked the borders in muse (as you already have) you don't need to use more than one program.

    However, have you ever needed the ability to modify your tables, your best bet is to integrate the HTML code in Muse. You can do this with a table in Excel:

    What are the exact steps to get an array of Exel to Muse.

    Or create the table using a HTML generator:

    HTML - TablesGenerator.com table generator

    No option requires no knowledge of HTML. I hope this helps!

  • I have created a prproj file and want to create a master DVD.  Is there a simple way to do this?

    I have created a prproj file and want to create a master DVD. Is there a simple way to do this?

    You need to export an MPEG2-DVD file for use in an application to create DVD (like Encore CS6)

    You can also create an ISO for mastering purposes image file.

  • Any simple way to automatic test of FPGA card?

    I'm looking to create a simple self-test for a 1042 q populated in LabVIEW PXI chassis. The VI DAQmx Test auto works for most of the cards, but card 7853R FPGA is also present in the system. I wonder if anyone is aware of any simple way to perform a self-test on this map?

    It is not a built-in simple only for a self-test card FPGA as there is a standard DAQmx map. The reason for this is that DAQmx self test accesses the firmware of the card and performs some basic checks here. There is no such firmware on the FPGA card because the FPGA card allows you to build your own underlying software for a device.

    If you want to check on good communication with the FPGA chip, you can try to compile a white VI to the chip. If you need the functionality of IO control you will have to put some basic features in VI, but it shouldn't take a lot of time development.

  • Simple way to compensate for the entry of data into an EditField?

    I'm keen to make an edit field with a small image on the left inside the parameter space. I can do it with a BackgroundFactory, but when the user enters the text, it seems bad and image overlays. Is there a simple way to push the starting point of the text box away a little so that I don't cover image?  I guess this could be done with a HorizontalFieldManager, BitmapField and aText field, but it certainly wouldn't be easy because of the border that I currently use.

    I'll respond and say I found an answer that was not too demanding.

    First of all, I place a VertFieldMan with the gradient background I wanted. Then, I set up a HorizFieldMan with the border I wanted around the domestic fields and a white Uni. Then I added a bitmapfield (the image has a white BG) and a textfield to the HFM. The trick was the TextField to draw its own border, so I changed it' to border to the one created with a simple white frame. The result is that it looks like an editable with the image field to the left and the part of editable text left to right.

  • I want only to convert an Excel file to a .pdf file to send to the printer... I don't do this very often... there at - it a simple way to subscribe to this service?

    I want only to convert an Excel file to a .pdf file to send to the printer... I don't do this very often... there at - it a simple way to subscribe to this service?

    JT

    Hi jotall3,

    You can use the Pack of PDF from Adobe to convert an Excel file to PDF format. You can subscribe here: http://cloud.acrobat.com. I think you will find that it is a simple web interface to create PDF files.

    Best,

    Saara

  • Is there a way to create a button to logon with a password to a site section?

    I have a client who needs a login section and a way to create a customer account. Is there a widget or the workaround that allows me to create a button to login and create an account where they specify a username and password? Muse is great for simple sites, but without access to the code, I can't operate the way I used to. When I need to customize the work like that, I'd hire a programmer to create the code, then simply paste it into the code of the site. I can't do this with Muse, and it is a huge obstacle. Does anyone have any ideas or solutions? Please call me directly if you have a solution: 727-466-6888 (Florida).

    You can do quite easily with Business Catalyst accommodation webMarketing plan. With a bit of knowledge Business Catalyst it can be reached quite easily.

    You need create your login forms and your secure outside your site pages and then add the login form and the security of the content on the site with iFrames. A more tedious way and is not ideal to do.

  • Best way to create a multi-stage validation process

    I am writing a multi step validation process and I was wondering what is the best way to make it work on the value.  What I have:

    As a custom validation script, in this order:

    1 calls a function that examines whether the value is part of a particular table

    2 calls a function which regroup some tests

    2A - function test1()

    2B - function test2()

    2 c-function test3()

    test4() 2D-function

    What I have now, it's every test ends as "event.rc = false' when they do not have what I need, but I also need to stop the complete validation process."  By example, if the value fails test2() and gets an alert 'you have not test 2', I don't want to call test3() and test4() since it was already decided that it doesn't have any of the tests.  I could return a Boolean value that triggers (or not) the next test() but is there not a simple way to tell you

    Event.RC = false;

    "JUST STOP."

    I have the hypothesis that this break; stop the test() but still move to the next test().  Maybe I can return break; so it will be called from the function "master"?   Is it still possible?

    Create another function and call it from the validation script, something like:

    function validate_field() {}

    Call the first validation routine

    Test0();

    Abort in case of failure of the first validation

    If (! event.rc) return;

    Call the second validation routine

    Test1();

    Abort if the second validation fails

    If (! event.rc) return;

    Repeat for all other tests

    }

  • Is there a way to create a preset for shadows?

    I'll put up a model for a new brochure that will require shadows on every product which is put. Is it possible to save a preset for a shadow so I need not re-create the shadow every time? Also this is distributed to many people to work on and effect presets would be extremely beneficial, just not sure if it is possible? Even if it is Indesign, and they are generally on the rise, and for this kind of thing.

    Thank you!

    FF

    The eyedropper tool is a quick way to apply the same shadow to multiple objects

    But as peter says styles object is a much simpler way.

  • Is there an easy way to create accordion or sliding menu instead of incommodious AS3.0 Classes?

    For a menu design simple accordion in flash to write classes that requires some advanced knowledge of writing object oriented as3.0.

    But in javacsript, we can do a menu Accordion with jquery in a minute.

    Is there an easy way to create accordion or sliding menu instead of incommodious AS3.0 Classes?

    I found this very difficult to learn animation classes.

    Thanks in advance

    Felicita

    You can probably find a menu accordion of premade AS3 you can adpat quite easily without having to create all the AS3 code that plays the role that makes the end of the jquery code. Here's one that can be helpful (?) http://www.blog.noponies.com/archives/39

  • Is there a simple way to return 10 back to safari 9.1.3 safari

    Y at - it a simple way back safari10 back to safari 9.1.3 on an iMac with El Capitan.

    If you have a backup made before installing Safari 10, restore the backup.

    Other that that, there is no easy way. I'm sorry.

  • Is there a simple way to "upconvert" SD video HD in iMovie or FCP?

    I made a movie in 10 years (using the DVX 100) on SD.

    In order so that it can be published on Amazon Prime, it must be converted to HD.

    Anyone been a simple way to do this using iMovie or FCP?

    THX

    It is 4:3 or 16:9? Do not know iMovie but you can do FCP or compressor so you don't need to edit as well.

  • AT & T changed their design of the homepage, and I liked the old one. A way to create my own homepage in Firefox using modules for content that I prefer?

    AT & T changed their design of the homepage, and I liked the old one. A way to create my own homepage in Firefox using modules for content that I prefer? I liked the modules which gave me a variety of sources of news, finance, sports, weather, calendar, etc... It also allowed me to use a background of my own source. Finally, he allowed me to resize the modules I needed. I would like to be able to replace the new AT & T with my own homepage. Thank you.

    Maybe http://www.netvibes.com/

  • is there a simple way to get photos of Photos in Photoshop

    Have I missed a simple way to get my pictures from Photos in Photoshop?

    Yes - buyexternal for extension of photo editors in the App store and we PS as a Publisher directly from Photos

    for other extensions, see Extensions for Photos for Mac Photo editing

    LN

Maybe you are looking for

  • Skype blocked my number of phone bank?

    Because I can use it before and just had a problem a few days ago, he said "no response", but he did not respond if I call my phone

  • Equium A110-276 unable to shut down or Hibernate

    With the ac adapter connected to the laptop, I am unable to shut down or Hibernate. When to stop or go into hibernation, the computer seems to do everything right until the power is off. When the power is off there is a delay of two seconds after whi

  • G7-1251si Pavilion: drivers

    Please help me get the following drivers for my laptop,Ethernet controllerPCI\VEN_10EC & DEV_8136 & SUBSYS_1672103C & REV_05PCI\VEN_10EC & DEV_8136 & SUBSYS_1672103CPCI\VEN_10EC & DEV_8136 & CC_020000PCI\VEN_10EC & DEV_8136 & CC_0200 PCI devicePCI\VE

  • Two tasks to trigger a simple analog trigger signal

    I use the 6351 and have two tasks: AnalogInputTask has 3 channels of I AnalogOutputTask has 1 channel AO When I created these two tasks to trigger a single digital channel, I have no problem. But when I want to use an analog trigger, I get error 5010

  • "Media Center Receiver service has encountered a problem and the need to close"

    "Media Center Receiver service has encountered a problem and the need to close" I had to do a Windows XP system restore since then I continue getting the error message appearing all the time. How can I disable this message?