|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteOWS | |
org.deegree_impl.graphics.sld | |
org.deegree.graphics.sld |
Uses of RemoteOWS in org.deegree_impl.graphics.sld |
Classes in org.deegree_impl.graphics.sld that implement RemoteOWS | |
(package private) class |
RemoteOWS_Impl
Since a layer is defined as a collection of potentially mixed-type features, the UserLayer element must provide the means to identify the features to be used. |
Fields in org.deegree_impl.graphics.sld declared as RemoteOWS | |
private RemoteOWS |
UserLayer_Impl.remoteOWS
|
Methods in org.deegree_impl.graphics.sld that return RemoteOWS | |
RemoteOWS |
UserLayer_Impl.getRemoteOWS()
the method returns a remote web service that enables the access to data that are not stored on same server as the WMS. |
private static RemoteOWS |
SLDFactory.createRemoteOWS(org.w3c.dom.Element element)
Creates a RemoteOWS-instance according to the contents of the DOM-subtree starting at the given 'RemoteOWS'-Element. |
Methods in org.deegree_impl.graphics.sld with parameters of type RemoteOWS | |
void |
UserLayer_Impl.setRemoteOWS(RemoteOWS remoteOWS)
sets the |
Constructors in org.deegree_impl.graphics.sld with parameters of type RemoteOWS | |
UserLayer_Impl(java.lang.String name,
LayerFeatureConstraints layerFeatureConstraints,
Style[] userStyles,
RemoteOWS remoteOWS)
constructor initializing the class with the |
Uses of RemoteOWS in org.deegree.graphics.sld |
Methods in org.deegree.graphics.sld that return RemoteOWS | |
RemoteOWS |
UserLayer.getRemoteOWS()
the method returns a remote web service that enables the access to data that are not stored on same server as the WMS. |
Methods in org.deegree.graphics.sld with parameters of type RemoteOWS | |
void |
UserLayer.setRemoteOWS(RemoteOWS remoteOWS)
Sets the RemoteOWS |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |