Uses of Class
net.opengis.wcs10.CapabilitiesSectionType
Packages that use CapabilitiesSectionType
-
Uses of CapabilitiesSectionType in net.opengis.wcs10
Fields in net.opengis.wcs10 declared as CapabilitiesSectionTypeModifier and TypeFieldDescriptionstatic final CapabilitiesSectionType
CapabilitiesSectionType.__LITERAL
The '' literal object.static final CapabilitiesSectionType
CapabilitiesSectionType.WCS_CAPABILITIES_CAPABILITY_LITERAL
The 'WCS Capabilities Capability' literal object.static final CapabilitiesSectionType
CapabilitiesSectionType.WCS_CAPABILITIES_CONTENT_METADATA_LITERAL
The 'WCS Capabilities Content Metadata' literal object.static final CapabilitiesSectionType
CapabilitiesSectionType.WCS_CAPABILITIES_SERVICE_LITERAL
The 'WCS Capabilities Service' literal object.Methods in net.opengis.wcs10 that return CapabilitiesSectionTypeModifier and TypeMethodDescriptionstatic CapabilitiesSectionType
CapabilitiesSectionType.get
(int value) Returns the 'Capabilities Section Type' literal with the specified integer value.static CapabilitiesSectionType
Returns the 'Capabilities Section Type' literal with the specified literal value.static CapabilitiesSectionType
Returns the 'Capabilities Section Type' literal with the specified name.GetCapabilitiesType.getSection()
Returns the value of the 'Section' attribute.Methods in net.opengis.wcs10 with parameters of type CapabilitiesSectionTypeModifier and TypeMethodDescriptionvoid
GetCapabilitiesType.setSection
(CapabilitiesSectionType value) Sets the value of the 'Section
' attribute. -
Uses of CapabilitiesSectionType in net.opengis.wcs10.impl
Fields in net.opengis.wcs10.impl declared as CapabilitiesSectionTypeModifier and TypeFieldDescriptionprotected CapabilitiesSectionType
GetCapabilitiesTypeImpl.section
The cached value of the 'Section
' attribute.protected static final CapabilitiesSectionType
GetCapabilitiesTypeImpl.SECTION_EDEFAULT
The default value of the 'Section
' attribute.Methods in net.opengis.wcs10.impl that return CapabilitiesSectionTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createCapabilitiesSectionTypeFromString
(EDataType eDataType, String initialValue) Wcs10FactoryImpl.createCapabilitiesSectionTypeObjectFromString
(EDataType eDataType, String initialValue) GetCapabilitiesTypeImpl.getSection()
Methods in net.opengis.wcs10.impl with parameters of type CapabilitiesSectionTypeModifier and TypeMethodDescriptionvoid
GetCapabilitiesTypeImpl.setSection
(CapabilitiesSectionType newSection) -
Uses of CapabilitiesSectionType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type CapabilitiesSectionTypeModifier and TypeMethodDescriptionboolean
GetCapabilitiesTypeValidator.validateSection
(CapabilitiesSectionType value)