Uses of Interface
net.opengis.wmts.v_1.LayerType
-
Packages that use LayerType Package Description net.opengis.wmts.v_1 net.opengis.wmts.v_1.impl net.opengis.wmts.v_1.util org.geotools.wmts.bindings -
-
Uses of LayerType in net.opengis.wmts.v_1
Methods in net.opengis.wmts.v_1 that return LayerType Modifier and Type Method Description LayerType
wmtsv_1Factory. createLayerType()
Returns a new object of class 'Layer Type'.LayerType
DocumentRoot. getLayer()
Returns the value of the 'Layer' containment reference.Methods in net.opengis.wmts.v_1 with parameters of type LayerType Modifier and Type Method Description void
DocumentRoot. setLayer(LayerType value)
Sets the value of the 'Layer
' containment reference. -
Uses of LayerType in net.opengis.wmts.v_1.impl
Classes in net.opengis.wmts.v_1.impl that implement LayerType Modifier and Type Class Description class
LayerTypeImpl
An implementation of the model object 'Layer Type'.Methods in net.opengis.wmts.v_1.impl that return LayerType Modifier and Type Method Description LayerType
wmtsv_1FactoryImpl. createLayerType()
LayerType
DocumentRootImpl. getLayer()
Methods in net.opengis.wmts.v_1.impl with parameters of type LayerType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetLayer(LayerType newLayer, NotificationChain msgs)
void
DocumentRootImpl. setLayer(LayerType newLayer)
-
Uses of LayerType in net.opengis.wmts.v_1.util
Methods in net.opengis.wmts.v_1.util with parameters of type LayerType Modifier and Type Method Description T
wmtsv_1Switch. caseLayerType(LayerType object)
Returns the result of interpreting the object as an instance of 'Layer Type'.boolean
wmtsv_1Validator. validateLayerType(LayerType layerType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of LayerType in org.geotools.wmts.bindings
Methods in org.geotools.wmts.bindings that return types with arguments of type LayerType Modifier and Type Method Description Class<LayerType>
LayerBinding. getType()
Class<LayerType>
LayerTypeBinding. getType()
-