Uses of Interface
net.opengis.ows20.AcceptVersionsType
-
Packages that use AcceptVersionsType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of AcceptVersionsType in net.opengis.ows20
Methods in net.opengis.ows20 that return AcceptVersionsType Modifier and Type Method Description AcceptVersionsType
Ows20Factory. createAcceptVersionsType()
Returns a new object of class 'Accept Versions Type'.AcceptVersionsType
GetCapabilitiesType. getAcceptVersions()
Returns the value of the 'Accept Versions' containment reference.Methods in net.opengis.ows20 with parameters of type AcceptVersionsType Modifier and Type Method Description void
GetCapabilitiesType. setAcceptVersions(AcceptVersionsType value)
Sets the value of the 'Accept Versions
' containment reference. -
Uses of AcceptVersionsType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement AcceptVersionsType Modifier and Type Class Description class
AcceptVersionsTypeImpl
An implementation of the model object 'Accept Versions Type'.Fields in net.opengis.ows20.impl declared as AcceptVersionsType Modifier and Type Field Description protected AcceptVersionsType
GetCapabilitiesTypeImpl. acceptVersions
The cached value of the 'Accept Versions
' containment reference.Methods in net.opengis.ows20.impl that return AcceptVersionsType Modifier and Type Method Description AcceptVersionsType
Ows20FactoryImpl. createAcceptVersionsType()
AcceptVersionsType
GetCapabilitiesTypeImpl. getAcceptVersions()
Methods in net.opengis.ows20.impl with parameters of type AcceptVersionsType Modifier and Type Method Description NotificationChain
GetCapabilitiesTypeImpl. basicSetAcceptVersions(AcceptVersionsType newAcceptVersions, NotificationChain msgs)
void
GetCapabilitiesTypeImpl. setAcceptVersions(AcceptVersionsType newAcceptVersions)
-
Uses of AcceptVersionsType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type AcceptVersionsType Modifier and Type Method Description T
Ows20Switch. caseAcceptVersionsType(AcceptVersionsType object)
Returns the result of interpreting the object as an instance of 'Accept Versions Type'.boolean
Ows20Validator. validateAcceptVersionsType(AcceptVersionsType acceptVersionsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of AcceptVersionsType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type AcceptVersionsType Modifier and Type Method Description boolean
GetCapabilitiesTypeValidator. validateAcceptVersions(AcceptVersionsType value)
-