Uses of Interface
net.opengis.wmts.v_1.TextPayloadType
-
Packages that use TextPayloadType Package Description net.opengis.wmts.v_1 net.opengis.wmts.v_1.impl net.opengis.wmts.v_1.util -
-
Uses of TextPayloadType in net.opengis.wmts.v_1
Methods in net.opengis.wmts.v_1 that return TextPayloadType Modifier and Type Method Description TextPayloadType
wmtsv_1Factory. createTextPayloadType()
Returns a new object of class 'Text Payload Type'.TextPayloadType
DocumentRoot. getTextPayload()
Returns the value of the 'Text Payload' containment reference.TextPayloadType
FeatureInfoResponseType. getTextPayload()
Returns the value of the 'Text Payload' containment reference.Methods in net.opengis.wmts.v_1 with parameters of type TextPayloadType Modifier and Type Method Description void
DocumentRoot. setTextPayload(TextPayloadType value)
Sets the value of the 'Text Payload
' containment reference.void
FeatureInfoResponseType. setTextPayload(TextPayloadType value)
Sets the value of the 'Text Payload
' containment reference. -
Uses of TextPayloadType in net.opengis.wmts.v_1.impl
Classes in net.opengis.wmts.v_1.impl that implement TextPayloadType Modifier and Type Class Description class
TextPayloadTypeImpl
An implementation of the model object 'Text Payload Type'.Fields in net.opengis.wmts.v_1.impl declared as TextPayloadType Modifier and Type Field Description protected TextPayloadType
FeatureInfoResponseTypeImpl. textPayload
The cached value of the 'Text Payload
' containment reference.Methods in net.opengis.wmts.v_1.impl that return TextPayloadType Modifier and Type Method Description TextPayloadType
wmtsv_1FactoryImpl. createTextPayloadType()
TextPayloadType
DocumentRootImpl. getTextPayload()
TextPayloadType
FeatureInfoResponseTypeImpl. getTextPayload()
Methods in net.opengis.wmts.v_1.impl with parameters of type TextPayloadType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTextPayload(TextPayloadType newTextPayload, NotificationChain msgs)
NotificationChain
FeatureInfoResponseTypeImpl. basicSetTextPayload(TextPayloadType newTextPayload, NotificationChain msgs)
void
DocumentRootImpl. setTextPayload(TextPayloadType newTextPayload)
void
FeatureInfoResponseTypeImpl. setTextPayload(TextPayloadType newTextPayload)
-
Uses of TextPayloadType in net.opengis.wmts.v_1.util
Methods in net.opengis.wmts.v_1.util with parameters of type TextPayloadType Modifier and Type Method Description T
wmtsv_1Switch. caseTextPayloadType(TextPayloadType object)
Returns the result of interpreting the object as an instance of 'Text Payload Type'.boolean
wmtsv_1Validator. validateTextPayloadType(TextPayloadType textPayloadType, DiagnosticChain diagnostics, Map<Object,Object> context)
-