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 CapabilitiesBaseType
Ows20Factory. 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 class
CapabilitiesBaseTypeImpl
An implementation of the model object 'Capabilities Base Type'.Methods in net.opengis.ows20.impl that return CapabilitiesBaseType Modifier and Type Method Description CapabilitiesBaseType
Ows20FactoryImpl. 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 T
Ows20Switch. caseCapabilitiesBaseType(CapabilitiesBaseType object)
Returns the result of interpreting the object as an instance of 'Capabilities Base Type'.boolean
Ows20Validator. 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 interface
CapabilitiesType
A 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 class
CapabilitiesTypeImpl
An 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 interface
WPSCapabilitiesType
A 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 class
WPSCapabilitiesTypeImpl
An 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 T
Wps20Switch. caseCapabilitiesBaseType(CapabilitiesBaseType object)
Returns the result of interpreting the object as an instance of 'Capabilities Base Type'.
-