Uses of Interface
net.opengis.wps10.GetCapabilitiesType
-
Packages that use GetCapabilitiesType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of GetCapabilitiesType in net.opengis.wps10
Methods in net.opengis.wps10 that return GetCapabilitiesType Modifier and Type Method Description GetCapabilitiesTypeWps10Factory. createGetCapabilitiesType()Returns a new object of class 'Get Capabilities Type'.GetCapabilitiesTypeDocumentRoot. getGetCapabilities()Returns the value of the 'Get Capabilities' containment reference.Methods in net.opengis.wps10 with parameters of type GetCapabilitiesType Modifier and Type Method Description voidDocumentRoot. setGetCapabilities(GetCapabilitiesType value)Sets the value of the 'Get Capabilities' containment reference. -
Uses of GetCapabilitiesType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement GetCapabilitiesType Modifier and Type Class Description classGetCapabilitiesTypeImplAn implementation of the model object 'Get Capabilities Type'.Methods in net.opengis.wps10.impl that return GetCapabilitiesType Modifier and Type Method Description GetCapabilitiesTypeWps10FactoryImpl. createGetCapabilitiesType()GetCapabilitiesTypeDocumentRootImpl. getGetCapabilities()Methods in net.opengis.wps10.impl with parameters of type GetCapabilitiesType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGetCapabilities(GetCapabilitiesType newGetCapabilities, NotificationChain msgs)voidDocumentRootImpl. setGetCapabilities(GetCapabilitiesType newGetCapabilities) -
Uses of GetCapabilitiesType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type GetCapabilitiesType Modifier and Type Method Description ObjectWps10Switch. caseGetCapabilitiesType(GetCapabilitiesType object)Returns the result of interpreting the object as an instance of 'Get Capabilities Type'.booleanWps10Validator. validateGetCapabilitiesType(GetCapabilitiesType getCapabilitiesType, DiagnosticChain diagnostics, Map context) -
Uses of GetCapabilitiesType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type GetCapabilitiesType Modifier and Type Method Description booleanDocumentRootValidator. validateGetCapabilities(GetCapabilitiesType value)
-