|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.clients.context.General
The class encapsulates the general informations common to all types of contexts
Field Summary | |
private java.lang.String |
abstract_
|
private GM_Point[] |
boundingBox
|
private ContactInformation |
contactInformation
|
private BaseURL |
descriptionURL
|
private Marshallable |
extension
|
private java.lang.String[] |
keywords
|
private ImageURL |
logoURL
|
private java.lang.String |
title
|
private java.awt.Rectangle |
window
|
Constructor Summary | |
General(java.lang.String title,
java.lang.String abstract_,
java.awt.Rectangle window,
ContactInformation contactInformation,
GM_Point[] boundingBox,
BaseURL descriptionURL,
ImageURL logoURL,
java.lang.String[] keywords,
Marshallable extension)
Creates a new General object. |
Method Summary | |
java.lang.String |
exportAsXML()
Produces an XML-representation of this object. |
java.lang.String |
getAbstract()
|
GM_Point[] |
getBoundingBox()
|
ContactInformation |
getContactInformation()
|
BaseURL |
getDescriptionURL()
|
Marshallable |
getExtension()
|
java.lang.String[] |
getKeywords()
|
ImageURL |
getLogoURL()
|
java.lang.String |
getTitle()
|
java.awt.Rectangle |
getWindow()
|
void |
setAbstract(java.lang.String abstract_)
An element “Abstract” that contains a description for the Context document describing its content. |
void |
setBoundingBox(GM_Point[] boundingBox)
“BoundingBox” formatted as defined in the WMS 1.1.1 Specification. |
void |
setContactInformation(ContactInformation contactInformation)
An element “ContactInformation” that presents contact information of the creator of the Context document. |
void |
setDescriptionURL(BaseURL descriptionURL)
A URL reference to a webpage which contains relevant information to the view. |
void |
setExtension(Marshallable extension)
The Extension element is a container tag in which arbitrary vendor specific information can be included without compromising the ability of other clients to enforce schema validation. |
void |
setKeywords(java.lang.String[] keywords)
An element “KeywordList” that contains one or more Keyword elements which allow search across context collections. |
void |
setLogoURL(ImageURL logoURL)
A reference to an image that might be attached to the Context document. |
void |
setTitle(java.lang.String title)
An element “Title” that contains a human readable title of the Context. |
void |
setWindow(java.awt.Rectangle window)
An element “Window” presenting the size in pixels of the map the Context document describes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private ContactInformation contactInformation
private GM_Point[] boundingBox
private Marshallable extension
private java.lang.String abstract_
private java.lang.String title
private BaseURL descriptionURL
private ImageURL logoURL
private java.lang.String[] keywords
private java.awt.Rectangle window
Constructor Detail |
public General(java.lang.String title, java.lang.String abstract_, java.awt.Rectangle window, ContactInformation contactInformation, GM_Point[] boundingBox, BaseURL descriptionURL, ImageURL logoURL, java.lang.String[] keywords, Marshallable extension) throws ContextException
title
- title of the contextabstract_
- short description *contactInformation
- informations about creator of the contextboundingBox
- bounding box of the map/datadescriptionURL
- reference to a webpage which contains relevant
information to the view.logoURL
- A reference to an image that might be attached to the
context document.keywords
- extension
- The Extension element is a container tag in which
arbitrary vendor specific information can be included
without compromising the ability of other clients to
enforce schema validation.
ContextException
Method Detail |
public void setWindow(java.awt.Rectangle window)
window
- public void setBoundingBox(GM_Point[] boundingBox) throws ContextException
boundingBox
-
ContextException
public void setKeywords(java.lang.String[] keywords)
keywords
- public void setTitle(java.lang.String title) throws ContextException
title
-
ContextException
public void setAbstract(java.lang.String abstract_)
abstract_
- public void setLogoURL(ImageURL logoURL)
logoURL
- public void setDescriptionURL(BaseURL descriptionURL)
descriptionURL
- public void setContactInformation(ContactInformation contactInformation)
contactInformation
- public void setExtension(Marshallable extension)
extension
- public java.awt.Rectangle getWindow()
public GM_Point[] getBoundingBox()
public java.lang.String[] getKeywords()
public java.lang.String getTitle()
public java.lang.String getAbstract()
public ImageURL getLogoURL()
public BaseURL getDescriptionURL()
public ContactInformation getContactInformation()
public Marshallable getExtension()
public java.lang.String exportAsXML()
Marshallable
exportAsXML
in interface Marshallable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |