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 CapabilitiesSectionType
CapabilitiesSectionType. __LITERAL
The '' literal object.static CapabilitiesSectionType
CapabilitiesSectionType. WCS_CAPABILITIES_CAPABILITY_LITERAL
The 'WCS Capabilities Capability' literal object.static CapabilitiesSectionType
CapabilitiesSectionType. WCS_CAPABILITIES_CONTENT_METADATA_LITERAL
The 'WCS Capabilities Content Metadata' literal object.static CapabilitiesSectionType
CapabilitiesSectionType. WCS_CAPABILITIES_SERVICE_LITERAL
The 'WCS Capabilities Service' literal object.Methods in net.opengis.wcs10 that return CapabilitiesSectionType Modifier and Type Method Description static CapabilitiesSectionType
CapabilitiesSectionType. get(int value)
Returns the 'Capabilities Section Type' literal with the specified integer value.static CapabilitiesSectionType
CapabilitiesSectionType. get(String literal)
Returns the 'Capabilities Section Type' literal with the specified literal value.static CapabilitiesSectionType
CapabilitiesSectionType. getByName(String name)
Returns the 'Capabilities Section Type' literal with the specified name.CapabilitiesSectionType
GetCapabilitiesType. getSection()
Returns the value of the 'Section' attribute.Methods in net.opengis.wcs10 with parameters of type CapabilitiesSectionType Modifier and Type Method Description void
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 CapabilitiesSectionType Modifier and Type Field Description protected CapabilitiesSectionType
GetCapabilitiesTypeImpl. section
The cached value of the 'Section
' attribute.protected static CapabilitiesSectionType
GetCapabilitiesTypeImpl. SECTION_EDEFAULT
The default value of the 'Section
' attribute.Methods in net.opengis.wcs10.impl that return CapabilitiesSectionType Modifier and Type Method Description CapabilitiesSectionType
Wcs10FactoryImpl. createCapabilitiesSectionTypeFromString(EDataType eDataType, String initialValue)
CapabilitiesSectionType
Wcs10FactoryImpl. createCapabilitiesSectionTypeObjectFromString(EDataType eDataType, String initialValue)
CapabilitiesSectionType
GetCapabilitiesTypeImpl. getSection()
Methods in net.opengis.wcs10.impl with parameters of type CapabilitiesSectionType Modifier and Type Method Description void
GetCapabilitiesTypeImpl. 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 boolean
GetCapabilitiesTypeValidator. validateSection(CapabilitiesSectionType value)
-