Uses of Interface
net.opengis.ows20.CapabilitiesBaseType
-
Packages that use CapabilitiesBaseType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of CapabilitiesBaseType in net.opengis.ows20
Methods in net.opengis.ows20 that return CapabilitiesBaseType Modifier and Type Method Description CapabilitiesBaseTypeOws20Factory. createCapabilitiesBaseType()Returns a new object of class 'Capabilities Base Type'. -
Uses of CapabilitiesBaseType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement CapabilitiesBaseType Modifier and Type Class Description classCapabilitiesBaseTypeImplAn implementation of the model object 'Capabilities Base Type'.Methods in net.opengis.ows20.impl that return CapabilitiesBaseType Modifier and Type Method Description CapabilitiesBaseTypeOws20FactoryImpl. createCapabilitiesBaseType() -
Uses of CapabilitiesBaseType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type CapabilitiesBaseType Modifier and Type Method Description TOws20Switch. caseCapabilitiesBaseType(CapabilitiesBaseType object)Returns the result of interpreting the object as an instance of 'Capabilities Base Type'.booleanOws20Validator. validateCapabilitiesBaseType(CapabilitiesBaseType capabilitiesBaseType, DiagnosticChain diagnostics, Map<Object,Object> context) -
Uses of CapabilitiesBaseType in net.opengis.wcs20
Subinterfaces of CapabilitiesBaseType in net.opengis.wcs20 Modifier and Type Interface Description interfaceCapabilitiesTypeA representation of the model object 'Capabilities Type'. -
Uses of CapabilitiesBaseType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement CapabilitiesBaseType Modifier and Type Class Description classCapabilitiesTypeImplAn implementation of the model object 'Capabilities Type'. -
Uses of CapabilitiesBaseType in net.opengis.wps20
Subinterfaces of CapabilitiesBaseType in net.opengis.wps20 Modifier and Type Interface Description interfaceWPSCapabilitiesTypeA representation of the model object 'WPS Capabilities Type'. -
Uses of CapabilitiesBaseType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement CapabilitiesBaseType Modifier and Type Class Description classWPSCapabilitiesTypeImplAn implementation of the model object 'WPS Capabilities Type'. -
Uses of CapabilitiesBaseType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type CapabilitiesBaseType Modifier and Type Method Description TWps20Switch. caseCapabilitiesBaseType(CapabilitiesBaseType object)Returns the result of interpreting the object as an instance of 'Capabilities Base Type'.
-