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.ows11
Methods in net.opengis.ows11 that return ContentsBaseType Modifier and Type Method Description ContentsBaseType
Ows11Factory. createContentsBaseType()
Returns a new object of class 'Contents Base Type'. -
Uses of ContentsBaseType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement ContentsBaseType Modifier and Type Class Description class
ContentsBaseTypeImpl
An implementation of the model object 'Contents Base Type'.Methods in net.opengis.ows11.impl that return ContentsBaseType Modifier and Type Method Description ContentsBaseType
Ows11FactoryImpl. createContentsBaseType()
-
Uses of ContentsBaseType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type ContentsBaseType Modifier and Type Method Description Object
Ows11Switch. caseContentsBaseType(ContentsBaseType object)
Returns the result of interpreting the object as an instance of 'Contents Base Type'.boolean
Ows11Validator. validateContentsBaseType(ContentsBaseType contentsBaseType, DiagnosticChain diagnostics, Map context)
-
Uses of ContentsBaseType in net.opengis.wmts.v_1
Subinterfaces of ContentsBaseType in net.opengis.wmts.v_1 Modifier and Type Interface Description interface
ContentsType
A representation of the model object 'Contents Type'. -
Uses of ContentsBaseType in net.opengis.wmts.v_1.impl
Classes in net.opengis.wmts.v_1.impl that implement ContentsBaseType Modifier and Type Class Description class
ContentsTypeImpl
An implementation of the model object 'Contents Type'. -
Uses of ContentsBaseType in net.opengis.wmts.v_1.util
Methods in net.opengis.wmts.v_1.util with parameters of type ContentsBaseType Modifier and Type Method Description T
wmtsv_1Switch. caseContentsBaseType(ContentsBaseType object)
Returns the result of interpreting the object as an instance of 'Contents Base Type'.
-