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 VendorSpecificCapabilitiesTypeWcs10Factory. createVendorSpecificCapabilitiesType()Returns a new object of class 'Vendor Specific Capabilities Type'.VendorSpecificCapabilitiesTypeWCSCapabilityType. 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 voidWCSCapabilityType. 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 classVendorSpecificCapabilitiesTypeImplAn implementation of the model object 'Vendor Specific Capabilities Type'.Fields in net.opengis.wcs10.impl declared as VendorSpecificCapabilitiesType Modifier and Type Field Description protected VendorSpecificCapabilitiesTypeWCSCapabilityTypeImpl. vendorSpecificCapabilitiesThe cached value of the 'Vendor Specific Capabilities' containment reference.Methods in net.opengis.wcs10.impl that return VendorSpecificCapabilitiesType Modifier and Type Method Description VendorSpecificCapabilitiesTypeWcs10FactoryImpl. createVendorSpecificCapabilitiesType()VendorSpecificCapabilitiesTypeWCSCapabilityTypeImpl. getVendorSpecificCapabilities()Methods in net.opengis.wcs10.impl with parameters of type VendorSpecificCapabilitiesType Modifier and Type Method Description NotificationChainWCSCapabilityTypeImpl. basicSetVendorSpecificCapabilities(VendorSpecificCapabilitiesType newVendorSpecificCapabilities, NotificationChain msgs)voidWCSCapabilityTypeImpl. 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 ObjectWcs10Switch. 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 booleanWCSCapabilityTypeValidator. validateVendorSpecificCapabilities(VendorSpecificCapabilitiesType value)
-