|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.clients.context.Format
encapsulates the format description as described by the OGC Web Map Context specification
Field Summary | |
private boolean |
current
|
private java.lang.String |
name
|
Constructor Summary | |
Format(java.lang.String name,
boolean current)
Creates a new Format object. |
Method Summary | |
java.lang.String |
exportAsXML()
Produces an XML-representation of this object. |
java.lang.String |
getName()
returns the name of the format |
boolean |
isCurrent()
returns true if this is the current format of the layer |
void |
setCurrent(boolean current)
sets if this is the current format of the layer or not |
void |
setName(java.lang.String name)
sets the the name of the format |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String name
private boolean current
Constructor Detail |
public Format(java.lang.String name, boolean current) throws ContextException
name
- name of the formatcurrent
- indicates if this is current format of this layer
ContextException
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name) throws ContextException
name
-
ContextException
public boolean isCurrent()
public void setCurrent(boolean current)
current
- 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 |