|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WCTS_Request | |
org.deegree_impl.services.wcts.capabilities | |
org.deegree.services.wcts.capabilities |
Uses of WCTS_Request in org.deegree_impl.services.wcts.capabilities |
Classes in org.deegree_impl.services.wcts.capabilities that implement WCTS_Request | |
class |
WCTS_Request_Impl
This WCTS_Request distributes 4 elements, which are part of the <Request> element: <GetCapabilities>, <Transform>, <IsTransformable> and the optional <DescribeTransformation> Everyone of these element consits the same subelements, which are combined in the ActionType class. |
Fields in org.deegree_impl.services.wcts.capabilities declared as WCTS_Request | |
private WCTS_Request |
Capability_Impl.request
|
Methods in org.deegree_impl.services.wcts.capabilities that return WCTS_Request | |
private static WCTS_Request |
WCTSCapabilitiesFactory.getRequest(org.w3c.dom.Element requestElement)
returns the request associated with the capability |
WCTS_Request |
Capability_Impl.getRequest()
A Coordinate transformation service (CTS) acts as Web service, which knows the four different Requests |
Methods in org.deegree_impl.services.wcts.capabilities with parameters of type WCTS_Request | |
void |
Capability_Impl.setRequest(WCTS_Request request)
|
Constructors in org.deegree_impl.services.wcts.capabilities with parameters of type WCTS_Request | |
Capability_Impl(boolean userDefinedCoordinateSystems,
boolean userDefinedTransformations,
WCTS_Request request,
KnownTransformationType[] knownTransformationTypes,
KnownCoordinateReferenceSystem[] knownCoordinateReferenceSystems,
java.lang.String[] vendorSpecificCapabilities)
constructor initializing the class with the |
Uses of WCTS_Request in org.deegree.services.wcts.capabilities |
Methods in org.deegree.services.wcts.capabilities that return WCTS_Request | |
WCTS_Request |
Capability.getRequest()
A Coordinate transformation service (CTS) acts as Web service, which knows the four different Requests |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |