|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OGCWebService in org.deegree_impl.enterprise |
Fields in org.deegree_impl.enterprise declared as OGCWebService | |
private OGCWebService |
WTSServlet.WTS.service
|
private OGCWebService |
WFSServlet.WFS.service
|
private OGCWebService |
WFSGServlet.WFSG.service
|
private OGCWebService |
WCSServlet.WCS.service
|
private OGCWebService |
WCASServlet.WCAS.service
|
Uses of OGCWebService in org.deegree_impl.services |
Classes in org.deegree_impl.services that implement OGCWebService | |
class |
OGCWebService_Impl
|
Methods in org.deegree_impl.services that return OGCWebService | |
OGCWebService |
OGCWebServiceEvent_Impl.getEventSource()
returns the instance of the OGCWebService that is the source of the event. |
Uses of OGCWebService in org.deegree_impl.services.gazetteer |
Classes in org.deegree_impl.services.gazetteer that implement OGCWebService | |
class |
GazetteerService_Impl
This is the basic implementation for a OGC conform web coverage service within the deegree framework. |
Methods in org.deegree_impl.services.gazetteer that return OGCWebService | |
static OGCWebService |
WFSGFactory.createWFSGService(WFSGCapabilities capa,
GazetteerConfiguration gazetteerConfig,
Dispatcher dispatcher)
Factory method for creating an instance of a WFSService. |
Uses of OGCWebService in org.deegree_impl.services.wcas |
Classes in org.deegree_impl.services.wcas that implement OGCWebService | |
class |
WCASService_Impl
A WCAS implementns the WCASService interface to act like a OGC web service. |
Methods in org.deegree_impl.services.wcas that return OGCWebService | |
static OGCWebService |
WCASFactory.createWCASService(WCASCapabilities capa,
WFSCapabilities wfsCapa,
Dispatcher dispatcher)
Factory method for creating an instance of a WFSService. |
Uses of OGCWebService in org.deegree_impl.services.wcs |
Classes in org.deegree_impl.services.wcs that implement OGCWebService | |
class |
RemoteWCService
An instance of the class acts as a wrapper to a remote WCS. |
class |
WCService_Impl
This is the basic implementation for a OGC conform web coverage service within the deegree framework. |
Methods in org.deegree_impl.services.wcs that return OGCWebService | |
static OGCWebService |
WCSFactory.createWCService(WCSCapabilities capabilities)
Creates a new WCSFactory object. |
Uses of OGCWebService in org.deegree_impl.services.wcts |
Classes in org.deegree_impl.services.wcts that implement OGCWebService | |
class |
WCTService
This is the web coordinate transformation server class within the deegree framework. |
Uses of OGCWebService in org.deegree_impl.services.wfs |
Classes in org.deegree_impl.services.wfs that implement OGCWebService | |
class |
RemoteWFService
An instance of the class acts as a wrapper to a remote WFS. |
class |
WFSService_Impl
This is the OGC conform web feature server class within the deegree framework. |
Methods in org.deegree_impl.services.wfs that return OGCWebService | |
static OGCWebService |
WFSFactory.createWFSService(WFSCapabilities capa,
Dispatcher dispatcher)
Factory method for creating an instance of a WFSService. |
Uses of OGCWebService in org.deegree_impl.services.wms |
Classes in org.deegree_impl.services.wms that implement OGCWebService | |
class |
RemoteWMService
An instance of the class acts as a wrapper to a remote WMS. |
class |
WMService_Impl
|
Uses of OGCWebService in org.deegree_impl.services.wms.capabilities |
Fields in org.deegree_impl.services.wms.capabilities declared as OGCWebService | |
private OGCWebService |
DataSource_Impl.ows
|
Methods in org.deegree_impl.services.wms.capabilities that return OGCWebService | |
OGCWebService |
DataSource_Impl.getOGCWebService()
returns an instance of the OGCWebService that represents the datasource. |
Constructors in org.deegree_impl.services.wms.capabilities with parameters of type OGCWebService | |
DataSource_Impl(java.lang.String name,
int type,
java.lang.String geometryProperty,
OGCWebService ows,
java.net.URL capabilitiesURL,
ScaleHint scaleHint)
Creates a new DataSource_Impl object. |
|
DataSource_Impl(java.lang.String name,
int type,
java.lang.String geometryProperty,
OGCWebService ows,
java.net.URL capabilitiesURL,
ScaleHint scaleHint,
WFSQuery query)
Creates a new DataSource_Impl object. |
|
DataSource_Impl(java.lang.String name,
java.lang.String geometryProperty,
OGCWebService ows,
java.net.URL capabilitiesURL,
ScaleHint scaleHint,
WMSGetMapRequest getMap)
Creates a new DataSource_Impl object. |
|
DataSource_Impl(java.lang.String name,
int type,
java.lang.String geometryProperty,
OGCWebService ows,
java.net.URL capabilitiesURL,
ScaleHint scaleHint,
WCSGetCoverageRequest getCoverage)
Creates a new DataSource_Impl object. |
Uses of OGCWebService in org.deegree_impl.services.wts |
Classes in org.deegree_impl.services.wts that implement OGCWebService | |
class |
WTService_Impl
----------------------------------------------------------------------- |
Uses of OGCWebService in org.deegree_impl.services.wts.configuration |
Methods in org.deegree_impl.services.wts.configuration that return OGCWebService | |
OGCWebService |
WTSConfiguration_Impl.getResponsibleService(java.lang.String layer)
returns the service that is responsible for handling the submitted layer |
Uses of OGCWebService in org.deegree.services.wms.capabilities |
Methods in org.deegree.services.wms.capabilities that return OGCWebService | |
OGCWebService |
DataSource.getOGCWebService()
returns an instance of the OGCWebService that represents the datasource. |
Uses of OGCWebService in org.deegree.services.wts.configuration |
Methods in org.deegree.services.wts.configuration that return OGCWebService | |
OGCWebService |
WTSConfiguration.getResponsibleService(java.lang.String layer)
returns the service that is responsible for handling the submitted layer |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |