Uses of Interface
net.opengis.wcs20.ContentsType
Packages that use ContentsType
-
Uses of ContentsType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return ContentsTypeModifier and TypeMethodDescriptionWcs20Factory.createContentsType()
Returns a new object of class 'Contents Type'.CapabilitiesType.getContents()
Returns the value of the 'Contents' containment reference.DocumentRoot.getContents()
Returns the value of the 'Contents' containment reference.Methods in net.opengis.wcs20 with parameters of type ContentsTypeModifier and TypeMethodDescriptionvoid
CapabilitiesType.setContents
(ContentsType value) Sets the value of the 'Contents
' containment reference.void
DocumentRoot.setContents
(ContentsType value) Sets the value of the 'Contents
' containment reference. -
Uses of ContentsType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement ContentsTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Contents Type'.Fields in net.opengis.wcs20.impl declared as ContentsTypeModifier and TypeFieldDescriptionprotected ContentsType
CapabilitiesTypeImpl.contents
The cached value of the 'Contents
' containment reference.Methods in net.opengis.wcs20.impl that return ContentsTypeModifier and TypeMethodDescriptionWcs20FactoryImpl.createContentsType()
CapabilitiesTypeImpl.getContents()
DocumentRootImpl.getContents()
Methods in net.opengis.wcs20.impl with parameters of type ContentsTypeModifier and TypeMethodDescriptionNotificationChain
CapabilitiesTypeImpl.basicSetContents
(ContentsType newContents, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetContents
(ContentsType newContents, NotificationChain msgs) void
CapabilitiesTypeImpl.setContents
(ContentsType newContents) void
DocumentRootImpl.setContents
(ContentsType newContents) -
Uses of ContentsType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type ContentsTypeModifier and TypeMethodDescriptionboolean
Wcs20Validator.validateContentsType
(ContentsType contentsType, DiagnosticChain diagnostics, Map<Object, Object> context)