Uses of Interface
net.opengis.wmts.v_1.FeatureInfoResponseType
-
Packages that use FeatureInfoResponseType Package Description net.opengis.wmts.v_1 net.opengis.wmts.v_1.impl net.opengis.wmts.v_1.util -
-
Uses of FeatureInfoResponseType in net.opengis.wmts.v_1
Methods in net.opengis.wmts.v_1 that return FeatureInfoResponseType Modifier and Type Method Description FeatureInfoResponseType
wmtsv_1Factory. createFeatureInfoResponseType()
Returns a new object of class 'Feature Info Response Type'.FeatureInfoResponseType
DocumentRoot. getFeatureInfoResponse()
Returns the value of the 'Feature Info Response' containment reference.Methods in net.opengis.wmts.v_1 with parameters of type FeatureInfoResponseType Modifier and Type Method Description void
DocumentRoot. setFeatureInfoResponse(FeatureInfoResponseType value)
Sets the value of the 'Feature Info Response
' containment reference. -
Uses of FeatureInfoResponseType in net.opengis.wmts.v_1.impl
Classes in net.opengis.wmts.v_1.impl that implement FeatureInfoResponseType Modifier and Type Class Description class
FeatureInfoResponseTypeImpl
An implementation of the model object 'Feature Info Response Type'.Methods in net.opengis.wmts.v_1.impl that return FeatureInfoResponseType Modifier and Type Method Description FeatureInfoResponseType
wmtsv_1FactoryImpl. createFeatureInfoResponseType()
FeatureInfoResponseType
DocumentRootImpl. getFeatureInfoResponse()
Methods in net.opengis.wmts.v_1.impl with parameters of type FeatureInfoResponseType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetFeatureInfoResponse(FeatureInfoResponseType newFeatureInfoResponse, NotificationChain msgs)
void
DocumentRootImpl. setFeatureInfoResponse(FeatureInfoResponseType newFeatureInfoResponse)
-
Uses of FeatureInfoResponseType in net.opengis.wmts.v_1.util
Methods in net.opengis.wmts.v_1.util with parameters of type FeatureInfoResponseType Modifier and Type Method Description T
wmtsv_1Switch. caseFeatureInfoResponseType(FeatureInfoResponseType object)
Returns the result of interpreting the object as an instance of 'Feature Info Response Type'.boolean
wmtsv_1Validator. validateFeatureInfoResponseType(FeatureInfoResponseType featureInfoResponseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-