How can I add an Image Theme?

I want to add an Image Theme from database to map, when I use "ThemeBasedFOI",there's an error.
CODE:
baseQuery = "select scanimage,shap from (select scanimage,shap,rownum No from image) where No="+x;
var theme =
"<themes><theme name='image_theme_test'>"+
"<jdbc_image_query image_column='scanimage' image_mbr_column='shap' image_format='jpeg' jdbc_srid='8307' datasource='scott' asis='false'>"+ baseQuery +
"</jdbc_image_query></theme></themes>";
buffertheme = new MVFOI("1",theme);
buffertheme.enableImageCaching(true);
buffertheme.setBringToTopOnMouseOver(true);
mapview.addThemeBasedFOI(t.buffertheme);
buffertheme.zoomToTheme();
Is ThemeBasedFOI support to add an image theme?Is there any way to add an image theme to map?

Or if you want to show an image in an info window see Ji's OOW workshop material
http://www.oracle.com/technology/sample_code/products/mapviewer/index.html
Oracle OpenWorld 2007 Hands-on Demo

Similar Messages

  • How can I add an image to a dowload, specialy if I bougth from I tunes?

    Hello
    How can I add an image to a dowload, specialy if I bougth from I tunes?

    That is not quite right. The image must be in a directory that is under the web server's view. JSP has nothing to do with images, the browser loads images separately after parsing the HTML results to find out what images it has to load. The images must be in a place that is servable by the web server being used.
    If you were just using Tomcat as a web server, then you would have a web application directory "myapp". The images need to go under "myapp" or in any subdirectory, except the WEB-INF directory, which is a special case.

  • How can you add an image in Mail without being an attachment?

    How can you add an image in Mail without being an attachment?
    In otherwords I'd like to put my logo in the email not as an attachment but as an image.
    Is there a simpel solution to this problem?

    PBN1 wrote:
    How can you add an image in Mail without being an attachment?
    You don't.
    It's not possible. The e-mail protocol is designed for text; anything else has to go as an attachment.
    Different mail clients (such as Mail.app, the mail client bundled with Mac OS X) may have different ways of handling such attachments, but they are still attachments. Each mail client has its own rules and methods, so one may display a picture as if it were in the body of the message, but another client may do something completely different.
    A way of faking it is to format your message in HTML (which is a kind of text). The image is hosted on a remote server, not added to the message; instead, you include a link to it in the body of the message, as you would when building a web page. (This is also what the two tips helpfully provided by X423424X do, except that the link to the image is added in the signature, rather than the body of the message.) What exactly happens to it is, again, at the discretion of the mail client. In my case, for instance, displaying images in HTML messages is turned off, and will stay resolutely off.

  • How can I add an image to a project and change it at runtime?

    I'm using JBuilder6 and I thought I saw a control to add images but I can't find it. I also wanted to be able to change the control at runtime. Also how should I specify the path so it knows how to use it? I hate to hard code one in. Since this is probably gonna be ported to other OS does Java have a way around this? I was going to put the images into my project's directory. For me to be able to just include the file w/the extension do I need to put it in the src folder or will the main directory be accessible?

    To add an image, or other source file with JBuilder, you have a button call "Add to project", his icon is a folder with a green cross.
    To call the Image os independant, I sugest you to put your images in a folder "image" in your project folder. Then to call them, you could use this :
    image=new ImageIcon(AClass.class.getResource("image"+java.io.File.separator+imageName));Where AClass is a class of your project, in general, the class where you call getRessource;
    "image" is the name of the under folder where are the image in your project folder;
    imageName is a string with the name of the file witch contains the image, for exemple : "my image.gif"I hope I help you.
    JHelp.

  • How can I add an image to my pop up text box built in Fireworks?

    Hello all,
    I have already built my page (a map) with all the pop up text boxes in Fireworks and imported them into my Dreamweaver page, but I would like to add an image in that same pop up box as well as the text. I tried going back to Fireworks and editing the pop up box, but there is no option for adding an image alongside the text. Is there a way I can go into the code and add the image? This is a line of code for one of the pop up boxes:
    <td rowspan="4"><a href="javascript:;" onmouseout="MM_swapImgRestore();MM_menuStartTimeout(0)" onmouseover="MM_menuShowMenu('MMMenuContainer1016121037_0', 'MMMenu1016121037_0',25,23,'Plaza_map_r11_c6');MM_swapImage('Plaza_map_r11_c6','','Plaza_ map_r11_c6_f2.jpg',1);"><img name="Plaza_map_r11_c6" src="Plaza_map_r11_c6.jpg" width="30" height="28" border="0" id="Plaza_map_r11_c6" alt="" /></a></td>
    I'm trying to avoid rebuilding the whole thing in another program! Thanks very much in advance.
    Pam

    If you have more than one of these, then I would add a class rule to your css style sheet
    .fltleft     {
         float:left;
    }.fltright     {
         float:right;
    Then add this rule to your image.
    <img name="Plaza_map_r11_c6" src="Plaza_map_r11_c6.jpg" class="fltleft" width="30" height="28" border="0" id="Plaza_map_r11_c6" alt="" (add new image here) ?>
    This will position your image to the left in the container. You can then add the fltright in the same way.
    GAry

  • How can I add an Image to a text

    Hello
    I want to add a image into the block of text as in the
    following link:
    (you can see a image in yellow color=50 years is aligned with
    the text)
    http://www.gammonconstruction.com/hk/eng/home/default.html
    How can I do this in DW-2004? do i have to use CSS here?

    Yes use css
    .imgright {float: right; padding: 10px;}
    or to the other side
    .imgleft {float: left; padding: 10px;}
    changing the padding to suit.
    and then apply the class to your image. eg here:
    http://www.dreamweaverresources.com/tutorials/images_text.htm
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    ~ Customisation Service Available ~
    http://www.csstemplates.com.au
    ~ Forum Posting Guidelines ~
    http://www.adobe.com/support/forums/guidelines.html
    "ldfinhk" <[email protected]> wrote in
    message
    news:evt8t6$jed$[email protected]..
    > Hello
    >
    > I want to add a image into the block of text as in the
    following link:
    >
    > (you can see a image in yellow color=50 years is aligned
    with the text)
    >
    >
    http://www.gammonconstruction.com/hk/eng/home/default.html
    >
    > How can I do this in DW-2004? do i have to use CSS here?
    >
    >

  • How can i add an image to a caption in a slideshow?

    So i have a slideshow with 3 images and 3 captions. i want to add a different image in each caption. how can i do this? thanks.

    Helo,
    In order to do this, first place the image anywhere on the page, size it according to the requirement.
    Then select the image nad cut it (Edit>Cut). Now double click on the Caption container and once you see a blinking cursor in it (to enter a text) paste the image there.
    You get to other images/Captions by clicking in next button and repeat the process to add images in other captions.
    Hope this helps.
    Regards,
    Sachin

  • How can I add an image to simply work on it ?

    How do I add images to my photoshop library? said to just drag and drop. I tried that but no luck.

    Yes that was my first time using it.   I couldn't put an entire image in the library because the Library is only 1 panel for the whole Photoshop session it seems.  You can open many images but there is only 1 library that holds elements for all images coming and going, the best I can tell.
    It sorta acts like Bridge's Collections panel.  It's just a holder for elements.
    I really need to learn that tool.   Too late tonight...
    Just looked into Libraries,  It is saved forever until you delete the Libraries.  It is in fact an Asset Holder.

  • How can I add new images to a saved book in Lightroom 4? Help please!

    As the title suggests, I have created a saved book in LR4. I saved it not because I had finished but because I wanted to protect my work to date. Now I cannot add new images, although I can work with (move and remove) the exisintg images in the book.
    I'm new to LR and can't help but feel that I'm missing something obvious. Any advice would be greatly appreciated!
    Thanks
    Graham

    Graham, switch to Grid view and drag the new photos to the book collection, which you'll find in the Collections panel.  Then flip back to the Book module and you'll find the photos sat there in the Filmstrip waiting to be added to the book design.

  • How can I add an image above my portlet header ?

    Hi,
    Currently I am writing a portlet.I would like to add an image above the portlet header just like the standard portlets have.
    Does somebody know how I should realise this ?
    thanks
    Jerome

    Please take a look at FAQ at: http://technet.oracle.com:89/cgi-bin/ubbmisc.cgi?action=getannounce&ForumNumber=66&Start=2451891.99&End=2452276&Session=

  • How can I add .PNG images to templates without getting a white background?

    I'm having problems with a image field when I add a .png image which doesnt have a background it is showing up with a white background. Is it possible to use images in templates so you can overlay them on something else?

    Hi, You can do this but only with a PNG with a palette of 256 colors (maybe GIF as well) so doesn't get a lot of use, good enough for image buttons and the like, but might be ok for your image as it does not have that many colors. Otherwise radzmar's suggestion would be the better approach.
    This is the link I was tring to find (in your previous thread) that tells how to do it using GIMP (a free image editor), http://smartforms.business.gov.au/DeveloperResources/Pages/HintsandTips.aspx ,  but the one I have uploaded here comes from photoshop (in photoshop it is called an indexed png).
    Regards
    Bruce
    p.s. I'm always on the lookout for a new beer to try if this one you would recommend? 3% and all.

  • How can I add logo (image) to headers in Pages 5.1

    Hi,
    How I can add a logo (image) to header in documents in Pages 5.1
    It seems every time I try to copy and paste any image it doesnt go into header (not appearing on other pages in the document)
    Thanks

    That was removed from Pages 5 by Apple along with over 90 other features.
    Pages '09 should still be in your Applications/iWork folder.
    Peter

  • How can i add Adobe color theme?

    It says its suppose to be part of the initial setup, but I can't find it anywhere. Can someone please direct me to how i can download the themes?

    To get the Adobe Color Themes panel in InDesign CC 2014, you need to be updated to the October 2014 or February 2015 releases. The current version is 10.2.0.69 if you look under About InDesign.
    Once you're updated to the correct version of InDesign, choose Window > Color > Adobe Color Themes. The panel will connect to the Adobe Color website. Click My Themes to look at themes you've saved. Click on Actions > Add to Swatches panel to download the themes to InDesign.

  • How can I add an Image to a jsp from different paths???

    Hi,
    I am trying to include an image to my jsp from a directory which is not located under my jsp's directory. In other words, is it possible to put my jpeg file whereever I want in my C folder and still be able to add it into my jsp?
    Thanks,
    Alex

    That is not quite right. The image must be in a directory that is under the web server's view. JSP has nothing to do with images, the browser loads images separately after parsing the HTML results to find out what images it has to load. The images must be in a place that is servable by the web server being used.
    If you were just using Tomcat as a web server, then you would have a web application directory "myapp". The images need to go under "myapp" or in any subdirectory, except the WEB-INF directory, which is a special case.

  • How can i add an image into the header

    When printing a webpage i would like to ad an image into the header? Is this possible?

    Thanks. The triangle was buried in the image. If you hadn’t told me where to look, I would never have found it!
    Michelle
    Michelle Lancto
    Jewish Endowment Foundation
    a division of the Jewish Federation of Western Massachusetts
    Phone: 413-732-9994                Fax: 413-737-4348
    <mailto:[email protected]> [email protected]
    <http://www.jefwesternmass.org/> www.jefwesternmass.org 
    <http://www.jewishwesternmass.org/> www.jewishwesternmass.org
    JEF_Logos_1101_JFWM for email LOW RES
    Confidentiality Notice
    The information contained in this message and or attachments is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material.  Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any system and destroy any copies.

Maybe you are looking for

  • Follow-up to dithering question

    Hi This is a further comment on my question about uploading a song to Reverbnation (which requires 16 bit wav format): If I dither my 24 bit project as I convert it to 16 bit, that will add a little noise (because that, as I understand it, is what di

  • Ipod nano error message 13019

    Lately, when I sync my ipod nano I have been getting an error message of 13019. It won't let me sync anything to my ipod. I have tried to restore it and everything and it is still not working. Not sure what to do and could really use some help?

  • Cannot preview locally, only remotely

    I'm sure there is a simple answer to this; I just don't know it: I want to preview pages locally before I publish.  However, none of the graphics show up when I save to my local site then Preview in Browser, and the hyperlinks don't work either. • I

  • Purchasing in apps

    HI ,,,, I have a real problem ,,, & i need a help FRom one month or more i cant purchase from the app store I dont know what is the problem WIll you help me to find out what is the problem ., ?!

  • Java Cryptographic Extension

    Hi Forum, Just commenced an academic project on Cryptography in Uni today and started studying some materials. I have tried to import SunJCE into my java class by specifying the statement "import com.sun.crypto.provider.SunJCE" in an enclipse work sp