Uses of Interface
net.opengis.ows20.ContentsBaseType
-
Packages that use ContentsBaseType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.wcs20 net.opengis.wcs20.impl -
-
Uses of ContentsBaseType in net.opengis.ows20
Methods in net.opengis.ows20 that return ContentsBaseType Modifier and Type Method Description ContentsBaseType
Ows20Factory. createContentsBaseType()
Returns a new object of class 'Contents Base Type'. -
Uses of ContentsBaseType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement ContentsBaseType Modifier and Type Class Description class
ContentsBaseTypeImpl
An implementation of the model object 'Contents Base Type'.Methods in net.opengis.ows20.impl that return ContentsBaseType Modifier and Type Method Description ContentsBaseType
Ows20FactoryImpl. createContentsBaseType()
-
Uses of ContentsBaseType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type ContentsBaseType Modifier and Type Method Description T
Ows20Switch. caseContentsBaseType(ContentsBaseType object)
Returns the result of interpreting the object as an instance of 'Contents Base Type'.boolean
Ows20Validator. validateContentsBaseType(ContentsBaseType contentsBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of ContentsBaseType in net.opengis.wcs20
Subinterfaces of ContentsBaseType in net.opengis.wcs20 Modifier and Type Interface Description interface
ContentsType
A representation of the model object 'Contents Type'. -
Uses of ContentsBaseType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement ContentsBaseType Modifier and Type Class Description class
ContentsTypeImpl
An implementation of the model object 'Contents Type'.
-