Uses of Class
net.opengis.wcs10.CapabilitiesSectionType
-
Packages that use CapabilitiesSectionType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.validation -
-
Uses of CapabilitiesSectionType in net.opengis.wcs10
Fields in net.opengis.wcs10 declared as CapabilitiesSectionType Modifier and Type Field Description static CapabilitiesSectionTypeCapabilitiesSectionType. __LITERALThe '' literal object.static CapabilitiesSectionTypeCapabilitiesSectionType. WCS_CAPABILITIES_CAPABILITY_LITERALThe 'WCS Capabilities Capability' literal object.static CapabilitiesSectionTypeCapabilitiesSectionType. WCS_CAPABILITIES_CONTENT_METADATA_LITERALThe 'WCS Capabilities Content Metadata' literal object.static CapabilitiesSectionTypeCapabilitiesSectionType. WCS_CAPABILITIES_SERVICE_LITERALThe 'WCS Capabilities Service' literal object.Methods in net.opengis.wcs10 that return CapabilitiesSectionType Modifier and Type Method Description static CapabilitiesSectionTypeCapabilitiesSectionType. get(int value)Returns the 'Capabilities Section Type' literal with the specified integer value.static CapabilitiesSectionTypeCapabilitiesSectionType. get(String literal)Returns the 'Capabilities Section Type' literal with the specified literal value.static CapabilitiesSectionTypeCapabilitiesSectionType. getByName(String name)Returns the 'Capabilities Section Type' literal with the specified name.CapabilitiesSectionTypeGetCapabilitiesType. getSection()Returns the value of the 'Section' attribute.Methods in net.opengis.wcs10 with parameters of type CapabilitiesSectionType Modifier and Type Method Description voidGetCapabilitiesType. 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 CapabilitiesSectionType Modifier and Type Field Description protected CapabilitiesSectionTypeGetCapabilitiesTypeImpl. sectionThe cached value of the 'Section' attribute.protected static CapabilitiesSectionTypeGetCapabilitiesTypeImpl. SECTION_EDEFAULTThe default value of the 'Section' attribute.Methods in net.opengis.wcs10.impl that return CapabilitiesSectionType Modifier and Type Method Description CapabilitiesSectionTypeWcs10FactoryImpl. createCapabilitiesSectionTypeFromString(EDataType eDataType, String initialValue)CapabilitiesSectionTypeWcs10FactoryImpl. createCapabilitiesSectionTypeObjectFromString(EDataType eDataType, String initialValue)CapabilitiesSectionTypeGetCapabilitiesTypeImpl. getSection()Methods in net.opengis.wcs10.impl with parameters of type CapabilitiesSectionType Modifier and Type Method Description voidGetCapabilitiesTypeImpl. setSection(CapabilitiesSectionType newSection) -
Uses of CapabilitiesSectionType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type CapabilitiesSectionType Modifier and Type Method Description booleanGetCapabilitiesTypeValidator. validateSection(CapabilitiesSectionType value)
-