Uses of Interface
net.opengis.ows11.AcceptVersionsType
-
Packages that use AcceptVersionsType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.validation -
-
Uses of AcceptVersionsType in net.opengis.ows11
Methods in net.opengis.ows11 that return AcceptVersionsType Modifier and Type Method Description AcceptVersionsTypeOws11Factory. createAcceptVersionsType()Returns a new object of class 'Accept Versions Type'.AcceptVersionsTypeGetCapabilitiesType. getAcceptVersions()Returns the value of the 'Accept Versions' containment reference.Methods in net.opengis.ows11 with parameters of type AcceptVersionsType Modifier and Type Method Description voidGetCapabilitiesType. setAcceptVersions(AcceptVersionsType value)Sets the value of the 'Accept Versions' containment reference. -
Uses of AcceptVersionsType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement AcceptVersionsType Modifier and Type Class Description classAcceptVersionsTypeImplAn implementation of the model object 'Accept Versions Type'.Fields in net.opengis.ows11.impl declared as AcceptVersionsType Modifier and Type Field Description protected AcceptVersionsTypeGetCapabilitiesTypeImpl. acceptVersionsThe cached value of the 'Accept Versions' containment reference.Methods in net.opengis.ows11.impl that return AcceptVersionsType Modifier and Type Method Description AcceptVersionsTypeOws11FactoryImpl. createAcceptVersionsType()AcceptVersionsTypeGetCapabilitiesTypeImpl. getAcceptVersions()Methods in net.opengis.ows11.impl with parameters of type AcceptVersionsType Modifier and Type Method Description NotificationChainGetCapabilitiesTypeImpl. basicSetAcceptVersions(AcceptVersionsType newAcceptVersions, NotificationChain msgs)voidGetCapabilitiesTypeImpl. setAcceptVersions(AcceptVersionsType newAcceptVersions) -
Uses of AcceptVersionsType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type AcceptVersionsType Modifier and Type Method Description ObjectOws11Switch. caseAcceptVersionsType(AcceptVersionsType object)Returns the result of interpreting the object as an instance of 'Accept Versions Type'.booleanOws11Validator. validateAcceptVersionsType(AcceptVersionsType acceptVersionsType, DiagnosticChain diagnostics, Map context) -
Uses of AcceptVersionsType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type AcceptVersionsType Modifier and Type Method Description booleanGetCapabilitiesTypeValidator. validateAcceptVersions(AcceptVersionsType value) -
Uses of AcceptVersionsType in net.opengis.wps10
Methods in net.opengis.wps10 that return AcceptVersionsType Modifier and Type Method Description AcceptVersionsTypeGetCapabilitiesType. getAcceptVersions()Returns the value of the 'Accept Versions' containment reference.Methods in net.opengis.wps10 with parameters of type AcceptVersionsType Modifier and Type Method Description voidGetCapabilitiesType. setAcceptVersions(AcceptVersionsType value)Sets the value of the 'Accept Versions' containment reference. -
Uses of AcceptVersionsType in net.opengis.wps10.impl
Fields in net.opengis.wps10.impl declared as AcceptVersionsType Modifier and Type Field Description protected AcceptVersionsTypeGetCapabilitiesTypeImpl. acceptVersionsThe cached value of the 'Accept Versions' containment reference.Methods in net.opengis.wps10.impl that return AcceptVersionsType Modifier and Type Method Description AcceptVersionsTypeGetCapabilitiesTypeImpl. getAcceptVersions()Methods in net.opengis.wps10.impl with parameters of type AcceptVersionsType Modifier and Type Method Description NotificationChainGetCapabilitiesTypeImpl. basicSetAcceptVersions(AcceptVersionsType newAcceptVersions, NotificationChain msgs)voidGetCapabilitiesTypeImpl. setAcceptVersions(AcceptVersionsType newAcceptVersions) -
Uses of AcceptVersionsType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type AcceptVersionsType Modifier and Type Method Description booleanGetCapabilitiesTypeValidator. validateAcceptVersions(AcceptVersionsType value)
-