Uses of Interface
net.opengis.ows11.ContentsBaseType
- 
Packages that use ContentsBaseType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.wmts.v_1 net.opengis.wmts.v_1.impl net.opengis.wmts.v_1.util 
- 
- 
Uses of ContentsBaseType in net.opengis.ows11Methods in net.opengis.ows11 that return ContentsBaseType Modifier and Type Method Description ContentsBaseTypeOws11Factory. createContentsBaseType()Returns a new object of class 'Contents Base Type'.
- 
Uses of ContentsBaseType in net.opengis.ows11.implClasses in net.opengis.ows11.impl that implement ContentsBaseType Modifier and Type Class Description classContentsBaseTypeImplAn implementation of the model object 'Contents Base Type'.Methods in net.opengis.ows11.impl that return ContentsBaseType Modifier and Type Method Description ContentsBaseTypeOws11FactoryImpl. createContentsBaseType()
- 
Uses of ContentsBaseType in net.opengis.ows11.utilMethods in net.opengis.ows11.util with parameters of type ContentsBaseType Modifier and Type Method Description ObjectOws11Switch. caseContentsBaseType(ContentsBaseType object)Returns the result of interpreting the object as an instance of 'Contents Base Type'.booleanOws11Validator. validateContentsBaseType(ContentsBaseType contentsBaseType, DiagnosticChain diagnostics, Map context)
- 
Uses of ContentsBaseType in net.opengis.wmts.v_1Subinterfaces of ContentsBaseType in net.opengis.wmts.v_1 Modifier and Type Interface Description interfaceContentsTypeA representation of the model object 'Contents Type'.
- 
Uses of ContentsBaseType in net.opengis.wmts.v_1.implClasses in net.opengis.wmts.v_1.impl that implement ContentsBaseType Modifier and Type Class Description classContentsTypeImplAn implementation of the model object 'Contents Type'.
- 
Uses of ContentsBaseType in net.opengis.wmts.v_1.utilMethods in net.opengis.wmts.v_1.util with parameters of type ContentsBaseType Modifier and Type Method Description Twmtsv_1Switch. caseContentsBaseType(ContentsBaseType object)Returns the result of interpreting the object as an instance of 'Contents Base Type'.
 
-