Uses of Interface
net.opengis.wmts.v_1.CapabilitiesType
Packages that use CapabilitiesType
Package
Description
-
Uses of CapabilitiesType in net.opengis.wmts.v_1
Methods in net.opengis.wmts.v_1 that return CapabilitiesTypeModifier and TypeMethodDescriptionwmtsv_1Factory.createCapabilitiesType()Returns a new object of class 'Capabilities Type'.DocumentRoot.getCapabilities()Returns the value of the 'Capabilities' containment reference.Methods in net.opengis.wmts.v_1 with parameters of type CapabilitiesTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setCapabilities(CapabilitiesType value) Sets the value of the 'Capabilities' containment reference. -
Uses of CapabilitiesType in net.opengis.wmts.v_1.impl
Classes in net.opengis.wmts.v_1.impl that implement CapabilitiesTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Capabilities Type'.Methods in net.opengis.wmts.v_1.impl that return CapabilitiesTypeModifier and TypeMethodDescriptionwmtsv_1FactoryImpl.createCapabilitiesType()DocumentRootImpl.getCapabilities()Methods in net.opengis.wmts.v_1.impl with parameters of type CapabilitiesTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetCapabilities(CapabilitiesType newCapabilities, NotificationChain msgs) voidDocumentRootImpl.setCapabilities(CapabilitiesType newCapabilities) -
Uses of CapabilitiesType in net.opengis.wmts.v_1.util
Methods in net.opengis.wmts.v_1.util with parameters of type CapabilitiesTypeModifier and TypeMethodDescriptionwmtsv_1Switch.caseCapabilitiesType(CapabilitiesType object) Returns the result of interpreting the object as an instance of 'Capabilities Type'.booleanwmtsv_1Validator.validateCapabilitiesType(CapabilitiesType capabilitiesType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of CapabilitiesType in org.geotools.ows.wmts.model
Constructors in org.geotools.ows.wmts.model with parameters of type CapabilitiesType