|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.wms.capabilities.UserDefinedSymbolization_Impl
The interface defines the access to optional user-defined symbolization that are only used by SLD-enabled WMSes.
----------------------------------------------------------------------
Field Summary | |
private boolean |
remoteWFSEnabled
|
private boolean |
sldSupported
|
private boolean |
userLayer
|
private boolean |
userStyle
|
Constructor Summary | |
(package private) |
UserDefinedSymbolization_Impl()
default constructor |
(package private) |
UserDefinedSymbolization_Impl(boolean sldSupported,
boolean userLayer,
boolean remoteWFSEnabled,
boolean userStyle)
constructor initializing the class with the |
Method Summary | |
java.lang.String |
exportAsXML()
Returns an XML representation of this object. |
boolean |
hasUserLayer()
returns true if the WMS has user defined layers. |
boolean |
hasUserStyle()
returns true if the WMS has user defined styles. |
boolean |
isRemoteWFSEnabled()
returns true if the WMS enables the use of a remote (user defined) WFS. |
boolean |
isSldSupported()
returns true if layer and/or style definition conform to SLD are supported. |
void |
setRemoteWFSEnabled(boolean remoteWFSEnabled)
sets true if the WMS enables the use of a remote (user defined) WFS. |
void |
setSldSupported(boolean sldSupported)
sets true if layer and/or style definition conform to SLD are supported. |
void |
setUserLayer(boolean userLayer)
sets true if the WMS has user defined layers. |
void |
setUserStyle(boolean userStyle)
sets true if the WMS has user defined styles. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private boolean remoteWFSEnabled
private boolean sldSupported
private boolean userLayer
private boolean userStyle
Constructor Detail |
UserDefinedSymbolization_Impl()
UserDefinedSymbolization_Impl(boolean sldSupported, boolean userLayer, boolean remoteWFSEnabled, boolean userStyle)
Method Detail |
public boolean isSldSupported()
isSldSupported
in interface UserDefinedSymbolization
public void setSldSupported(boolean sldSupported)
public boolean hasUserLayer()
hasUserLayer
in interface UserDefinedSymbolization
public void setUserLayer(boolean userLayer)
public boolean hasUserStyle()
hasUserStyle
in interface UserDefinedSymbolization
public void setUserStyle(boolean userStyle)
public boolean isRemoteWFSEnabled()
isRemoteWFSEnabled
in interface UserDefinedSymbolization
public void setRemoteWFSEnabled(boolean remoteWFSEnabled)
public java.lang.String toString()
public java.lang.String exportAsXML()
exportAsXML
in interface Marshallable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |