|
deegree 2.3 (2010/04/09 10:10 build-4-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.graphics.sld.ExternalGraphic
public class ExternalGraphic
The ExternalGraphic element allows a reference to be made to an external graphic file with a Web URL. The OnlineResource sub-element gives the URL and the Format sub-element identifies the expected document MIME type of a successful fetch. Knowing the MIME type in advance allows the styler to select the best- supported format from the list of URLs with equivalent content.
| Constructor Summary | |
|---|---|
ExternalGraphic(String format,
URL onlineResource)
Creates a new ExternalGraphic_Impl object. |
|
| Method Summary | |
|---|---|
String |
exportAsXML()
exports the content of the ExternalGraphic as XML formated String |
BufferedImage |
getAsImage(int targetSizeX,
int targetSizeY,
Feature feature)
returns the external graphic as an image. this method is not part of the sld specifications but it is added for speed up applications |
String |
getFormat()
the Format sub-element identifies the expected document MIME type of a successful fetch. |
URL |
getOnlineResource()
The OnlineResource gives the URL of the external graphic |
void |
setAsImage(BufferedImage image)
sets the external graphic as an image. |
void |
setFormat(String format)
sets the format (MIME type) |
void |
setOnlineResource(URL onlineResource)
sets the online resource / URL of the external graphic |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
ExternalGraphic(String format,
URL onlineResource)
format - onlineResource - | Method Detail |
|---|
public String getFormat()
public void setFormat(String format)
format - Format of the external graphicpublic URL getOnlineResource()
public void setOnlineResource(URL onlineResource)
onlineResource - URL of the external graphic
public BufferedImage getAsImage(int targetSizeX,
int targetSizeY,
Feature feature)
targetSizeX - targetSizeY - feature -
public void setAsImage(BufferedImage image)
image - the external graphic as BufferedImagepublic String exportAsXML()
exportAsXML in interface Marshallable
|
deegree 2.3 (2010/04/09 10:10 build-4-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org