|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.remoteows.wms.RemoteWMSStore
@Deprecated public class RemoteWMSStore
Nested Class Summary | |
---|---|
static class |
RemoteWMSStore.LayerOptions
Deprecated. |
Constructor Summary | |
---|---|
RemoteWMSStore(WMSClient111 client,
List<String> layers,
RemoteWMSStore.LayerOptions options)
Deprecated. |
|
RemoteWMSStore(WMSClient111 client,
Map<String,RemoteWMSStore.LayerOptions> layers,
List<String> layerOrder)
Deprecated. |
Method Summary | |
---|---|
void |
destroy()
Deprecated. Usually called by the ResourceManager upon workspace shutdown. |
Envelope |
getEnvelope()
Deprecated. |
FeatureCollection |
getFeatureInfo(Envelope envelope,
int width,
int height,
int x,
int y,
int count,
Map<String,String> originalParameters)
Deprecated. |
List<BufferedImage> |
getMap(Envelope envelope,
int width,
int height,
Map<String,String> originalParameters)
Deprecated. |
void |
init(DeegreeWorkspace workspace)
Deprecated. Usually called by the ResourceManager upon workspace startup. |
boolean |
isSimple()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteWMSStore(WMSClient111 client, List<String> layers, RemoteWMSStore.LayerOptions options)
client
- layers
- public RemoteWMSStore(WMSClient111 client, Map<String,RemoteWMSStore.LayerOptions> layers, List<String> layerOrder)
client
- layers
- Method Detail |
---|
public boolean isSimple()
public List<BufferedImage> getMap(Envelope envelope, int width, int height, Map<String,String> originalParameters)
envelope
- width
- height
- originalParameters
- if not null, will be used to copy some optional/vendor parameters according to the configuration
public FeatureCollection getFeatureInfo(Envelope envelope, int width, int height, int x, int y, int count, Map<String,String> originalParameters)
envelope
- width
- height
- x
- y
- count
-
public Envelope getEnvelope()
public void destroy()
Resource
ResourceManager
upon workspace shutdown.
destroy
in interface Resource
public void init(DeegreeWorkspace workspace) throws ResourceInitException
Resource
ResourceManager
upon workspace startup.
init
in interface Resource
workspace
- the workspace the resource belongs to, may be null
ResourceInitException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |