Uses of Interface
net.opengis.wmts.v_1.ThemesType
-
Packages that use ThemesType Package Description net.opengis.wmts.v_1 net.opengis.wmts.v_1.impl net.opengis.wmts.v_1.util -
-
Uses of ThemesType in net.opengis.wmts.v_1
Methods in net.opengis.wmts.v_1 that return ThemesType Modifier and Type Method Description ThemesType
wmtsv_1Factory. createThemesType()
Returns a new object of class 'Themes Type'.ThemesType
DocumentRoot. getThemes()
Returns the value of the 'Themes' containment reference.Methods in net.opengis.wmts.v_1 that return types with arguments of type ThemesType Modifier and Type Method Description EList<ThemesType>
CapabilitiesType. getThemes()
Returns the value of the 'Themes' containment reference list.Methods in net.opengis.wmts.v_1 with parameters of type ThemesType Modifier and Type Method Description void
DocumentRoot. setThemes(ThemesType value)
Sets the value of the 'Themes
' containment reference. -
Uses of ThemesType in net.opengis.wmts.v_1.impl
Classes in net.opengis.wmts.v_1.impl that implement ThemesType Modifier and Type Class Description class
ThemesTypeImpl
An implementation of the model object 'Themes Type'.Fields in net.opengis.wmts.v_1.impl with type parameters of type ThemesType Modifier and Type Field Description protected EList<ThemesType>
CapabilitiesTypeImpl. themes
The cached value of the 'Themes
' containment reference list.Methods in net.opengis.wmts.v_1.impl that return ThemesType Modifier and Type Method Description ThemesType
wmtsv_1FactoryImpl. createThemesType()
ThemesType
DocumentRootImpl. getThemes()
Methods in net.opengis.wmts.v_1.impl that return types with arguments of type ThemesType Modifier and Type Method Description EList<ThemesType>
CapabilitiesTypeImpl. getThemes()
Methods in net.opengis.wmts.v_1.impl with parameters of type ThemesType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetThemes(ThemesType newThemes, NotificationChain msgs)
void
DocumentRootImpl. setThemes(ThemesType newThemes)
-
Uses of ThemesType in net.opengis.wmts.v_1.util
Methods in net.opengis.wmts.v_1.util with parameters of type ThemesType Modifier and Type Method Description T
wmtsv_1Switch. caseThemesType(ThemesType object)
Returns the result of interpreting the object as an instance of 'Themes Type'.boolean
wmtsv_1Validator. validateThemesType(ThemesType themesType, DiagnosticChain diagnostics, Map<Object,Object> context)
-