Uses of Interface
net.opengis.wcs10.VendorSpecificCapabilitiesType
-
Packages that use VendorSpecificCapabilitiesType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of VendorSpecificCapabilitiesType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return VendorSpecificCapabilitiesType Modifier and Type Method Description VendorSpecificCapabilitiesType
Wcs10Factory. createVendorSpecificCapabilitiesType()
Returns a new object of class 'Vendor Specific Capabilities Type'.VendorSpecificCapabilitiesType
WCSCapabilityType. getVendorSpecificCapabilities()
Returns the value of the 'Vendor Specific Capabilities' containment reference.Methods in net.opengis.wcs10 with parameters of type VendorSpecificCapabilitiesType Modifier and Type Method Description void
WCSCapabilityType. setVendorSpecificCapabilities(VendorSpecificCapabilitiesType value)
Sets the value of the 'Vendor Specific Capabilities
' containment reference. -
Uses of VendorSpecificCapabilitiesType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement VendorSpecificCapabilitiesType Modifier and Type Class Description class
VendorSpecificCapabilitiesTypeImpl
An implementation of the model object 'Vendor Specific Capabilities Type'.Fields in net.opengis.wcs10.impl declared as VendorSpecificCapabilitiesType Modifier and Type Field Description protected VendorSpecificCapabilitiesType
WCSCapabilityTypeImpl. vendorSpecificCapabilities
The cached value of the 'Vendor Specific Capabilities
' containment reference.Methods in net.opengis.wcs10.impl that return VendorSpecificCapabilitiesType Modifier and Type Method Description VendorSpecificCapabilitiesType
Wcs10FactoryImpl. createVendorSpecificCapabilitiesType()
VendorSpecificCapabilitiesType
WCSCapabilityTypeImpl. getVendorSpecificCapabilities()
Methods in net.opengis.wcs10.impl with parameters of type VendorSpecificCapabilitiesType Modifier and Type Method Description NotificationChain
WCSCapabilityTypeImpl. basicSetVendorSpecificCapabilities(VendorSpecificCapabilitiesType newVendorSpecificCapabilities, NotificationChain msgs)
void
WCSCapabilityTypeImpl. setVendorSpecificCapabilities(VendorSpecificCapabilitiesType newVendorSpecificCapabilities)
-
Uses of VendorSpecificCapabilitiesType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type VendorSpecificCapabilitiesType Modifier and Type Method Description Object
Wcs10Switch. caseVendorSpecificCapabilitiesType(VendorSpecificCapabilitiesType object)
Returns the result of interpreting the object as an instance of 'Vendor Specific Capabilities Type'. -
Uses of VendorSpecificCapabilitiesType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type VendorSpecificCapabilitiesType Modifier and Type Method Description boolean
WCSCapabilityTypeValidator. validateVendorSpecificCapabilities(VendorSpecificCapabilitiesType value)
-