Uses of Interface
net.opengis.wcs11.ContentsType
-
Packages that use ContentsType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util net.opengis.wcs11.validation -
-
Uses of ContentsType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return ContentsType Modifier and Type Method Description ContentsTypeWcs111Factory. createContentsType()Returns a new object of class 'Contents Type'.ContentsTypeWcs11Factory. createContentsType()Returns a new object of class 'Contents Type'.ContentsTypeCapabilitiesType. getContents()Returns the value of the 'Contents' containment reference.ContentsTypeDocumentRoot. getContents()Returns the value of the 'Contents' containment reference.Methods in net.opengis.wcs11 with parameters of type ContentsType Modifier and Type Method Description voidCapabilitiesType. setContents(ContentsType value)Sets the value of the 'Contents' containment reference.voidDocumentRoot. setContents(ContentsType value)Sets the value of the 'Contents' containment reference. -
Uses of ContentsType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement ContentsType Modifier and Type Class Description classContentsTypeImplAn implementation of the model object 'Contents Type'.Fields in net.opengis.wcs11.impl declared as ContentsType Modifier and Type Field Description protected ContentsTypeCapabilitiesTypeImpl. contentsThe cached value of the 'Contents' containment reference.Methods in net.opengis.wcs11.impl that return ContentsType Modifier and Type Method Description ContentsTypeWcs111FactoryImpl. createContentsType()ContentsTypeWcs11FactoryImpl. createContentsType()ContentsTypeCapabilitiesTypeImpl. getContents()ContentsTypeDocumentRootImpl. getContents()Methods in net.opengis.wcs11.impl with parameters of type ContentsType Modifier and Type Method Description NotificationChainCapabilitiesTypeImpl. basicSetContents(ContentsType newContents, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetContents(ContentsType newContents, NotificationChain msgs)voidCapabilitiesTypeImpl. setContents(ContentsType newContents)voidDocumentRootImpl. setContents(ContentsType newContents) -
Uses of ContentsType in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type ContentsType Modifier and Type Method Description ObjectWcs111Switch. caseContentsType(ContentsType object)Returns the result of interpreting the object as an instance of 'Contents Type'.ObjectWcs11Switch. caseContentsType(ContentsType object)Returns the result of interpreting the object as an instance of 'Contents Type'.booleanWcs111Validator. validateContentsType(ContentsType contentsType, DiagnosticChain diagnostics, Map context)booleanWcs11Validator. validateContentsType(ContentsType contentsType, DiagnosticChain diagnostics, Map context) -
Uses of ContentsType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type ContentsType Modifier and Type Method Description booleanCapabilitiesTypeValidator. validateContents(ContentsType value)booleanDocumentRootValidator. validateContents(ContentsType value)
-