|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataSource | |
org.deegree_impl.services.wms | |
org.deegree_impl.services.wms.capabilities | |
org.deegree.services.wms.capabilities |
Uses of DataSource in org.deegree_impl.services.wms |
Methods in org.deegree_impl.services.wms with parameters of type DataSource | |
private OGCWebServiceEvent |
GetMapHandler_Impl.ServiceInvokerForNL.createGetFeatureRequest(DataSource ds)
creates a getFeature request considering the getMap request and the filterconditions defined in the submitted DataSource object. |
private OGCWebServiceEvent |
GetMapHandler_Impl.ServiceInvokerForNL.createGetCoverageRequest(DataSource ds)
creates a getCoverage request considering the getMap request and the filterconditions defined in the submitted DataSource object The request will be encapsualted within a OGCWebServiceEvent. |
private OGCWebServiceEvent |
GetMapHandler_Impl.ServiceInvokerForNL.createGetMapRequest(DataSource ds)
creates a getMap request for requesting a cascaded remote WMS considering the getMap request and the filterconditions defined in the submitted DataSource object The request will be encapsualted within a OGCWebServiceEvent. |
private OGCWebServiceEvent |
GetFeatureInfoHandler_Impl.ServiceInvoker.createGetFeatureRequest(DataSource ds)
creates a getFeature request considering the getMap request and the filterconditions defined in the submitted DataSource object. |
private GM_Envelope |
GetFeatureInfoHandler_Impl.ServiceInvoker.calcTargetArea(DataSource ds)
calculates the target area for the getfeatureinfo request from the maps bounding box, the its size and the image coordinates of interest. |
private OGCWebServiceEvent |
GetFeatureInfoHandler_Impl.ServiceInvoker.createDescribeCoverageRequest(DataSource ds)
creates a describe Coverage request The request will be encapsualted within a OGCWebServiceEvent. |
private OGCWebServiceEvent |
GetFeatureInfoHandler_Impl.ServiceInvoker.createGetFeatureInfo(DataSource ds)
creates a GetFeatureInfo request for requesting a cascaded remote WMS The request will be encapsualted within a OGCWebServiceEvent. |
Uses of DataSource in org.deegree_impl.services.wms.capabilities |
Classes in org.deegree_impl.services.wms.capabilities that implement DataSource | |
class |
DataSource_Impl
name of the data source where the WMS can find the data of a layer. the filterServiceClassName element identifies the filter servive that's responsible for accessing the data. |
Methods in org.deegree_impl.services.wms.capabilities that return DataSource | |
DataSource[] |
Layer_Impl.getDataSource()
source where the WMS can find the data of a layer. |
DataSource |
Layer_Impl.getDataSource(double scale)
source where the WMS can find the data of a layer that matches the submitted scale. |
protected DataSource |
DeegreeWMSCapabilitiesFactory.createDataSource(org.w3c.dom.Element element,
java.lang.String dfName,
ScaleHint dfScaleHint)
Creates a DataSource-instance according to the contents of the DOM-subtree starting at the given 'DataSource'-Element. |
Methods in org.deegree_impl.services.wms.capabilities with parameters of type DataSource | |
void |
Layer_Impl.setDataSource(DataSource[] dataSource)
source where the WMS can find the data of a layer. |
void |
Layer_Impl.addDataSource(DataSource dataSource)
source where the WMS can find the data of a layer. |
Constructors in org.deegree_impl.services.wms.capabilities with parameters of type DataSource | |
Layer_Impl(boolean queryable,
int cascaded,
boolean opaque,
boolean noSubsets,
int fixedWidth,
int fixedHeight,
java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
GM_Envelope latLonBoundingBox,
Attribution attribution,
ScaleHint scaleHint,
java.lang.String[] keywordList,
java.lang.String[] srs,
LayerBoundingBox[] boundingBoxes,
Dimension[] dimensions,
Extent[] extents,
AuthorityURL[] authorityURLs,
Identifier[] identifiers,
MetadataURL[] metadataURLs,
DataURL[] dataURLs,
FeatureListURL[] featureListURLs,
Style[] styles,
Layer[] layers,
DataSource[] dataSource,
Layer parent)
constructor initializing the class with the |
Uses of DataSource in org.deegree.services.wms.capabilities |
Methods in org.deegree.services.wms.capabilities that return DataSource | |
DataSource[] |
Layer.getDataSource()
source where the WMS can find the data of a layer. |
DataSource |
Layer.getDataSource(double scale)
source where the WMS can find the data of a layer that matches the submitted scale. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |