Uses of Interface
net.opengis.ows10.AcceptVersionsType
Packages that use AcceptVersionsType
-
Uses of AcceptVersionsType in net.opengis.ows10
Methods in net.opengis.ows10 that return AcceptVersionsTypeModifier and TypeMethodDescriptionOws10Factory.createAcceptVersionsType()
Returns a new object of class 'Accept Versions Type'.GetCapabilitiesType.getAcceptVersions()
Returns the value of the 'Accept Versions' containment reference.Methods in net.opengis.ows10 with parameters of type AcceptVersionsTypeModifier and TypeMethodDescriptionvoid
GetCapabilitiesType.setAcceptVersions
(AcceptVersionsType value) Sets the value of the 'Accept Versions
' containment reference. -
Uses of AcceptVersionsType in net.opengis.ows10.impl
Classes in net.opengis.ows10.impl that implement AcceptVersionsTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Accept Versions Type'.Fields in net.opengis.ows10.impl declared as AcceptVersionsTypeModifier and TypeFieldDescriptionprotected AcceptVersionsType
GetCapabilitiesTypeImpl.acceptVersions
The cached value of the 'Accept Versions
' containment reference.Methods in net.opengis.ows10.impl that return AcceptVersionsTypeModifier and TypeMethodDescriptionOws10FactoryImpl.createAcceptVersionsType()
GetCapabilitiesTypeImpl.getAcceptVersions()
Methods in net.opengis.ows10.impl with parameters of type AcceptVersionsTypeModifier and TypeMethodDescriptionNotificationChain
GetCapabilitiesTypeImpl.basicSetAcceptVersions
(AcceptVersionsType newAcceptVersions, NotificationChain msgs) void
GetCapabilitiesTypeImpl.setAcceptVersions
(AcceptVersionsType newAcceptVersions) -
Uses of AcceptVersionsType in net.opengis.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type AcceptVersionsTypeModifier and TypeMethodDescriptionboolean
GetCapabilitiesTypeValidator.validateAcceptVersions
(AcceptVersionsType value)