Uses of Interface
net.opengis.wmts.v_1.GetFeatureInfoType
-
Packages that use GetFeatureInfoType Package Description net.opengis.wmts.v_1 net.opengis.wmts.v_1.impl net.opengis.wmts.v_1.util -
-
Uses of GetFeatureInfoType in net.opengis.wmts.v_1
Methods in net.opengis.wmts.v_1 that return GetFeatureInfoType Modifier and Type Method Description GetFeatureInfoType
wmtsv_1Factory. createGetFeatureInfoType()
Returns a new object of class 'Get Feature Info Type'.GetFeatureInfoType
DocumentRoot. getGetFeatureInfo()
Returns the value of the 'Get Feature Info' containment reference.Methods in net.opengis.wmts.v_1 with parameters of type GetFeatureInfoType Modifier and Type Method Description void
DocumentRoot. setGetFeatureInfo(GetFeatureInfoType value)
Sets the value of the 'Get Feature Info
' containment reference. -
Uses of GetFeatureInfoType in net.opengis.wmts.v_1.impl
Classes in net.opengis.wmts.v_1.impl that implement GetFeatureInfoType Modifier and Type Class Description class
GetFeatureInfoTypeImpl
An implementation of the model object 'Get Feature Info Type'.Methods in net.opengis.wmts.v_1.impl that return GetFeatureInfoType Modifier and Type Method Description GetFeatureInfoType
wmtsv_1FactoryImpl. createGetFeatureInfoType()
GetFeatureInfoType
DocumentRootImpl. getGetFeatureInfo()
Methods in net.opengis.wmts.v_1.impl with parameters of type GetFeatureInfoType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGetFeatureInfo(GetFeatureInfoType newGetFeatureInfo, NotificationChain msgs)
void
DocumentRootImpl. setGetFeatureInfo(GetFeatureInfoType newGetFeatureInfo)
-
Uses of GetFeatureInfoType in net.opengis.wmts.v_1.util
Methods in net.opengis.wmts.v_1.util with parameters of type GetFeatureInfoType Modifier and Type Method Description T
wmtsv_1Switch. caseGetFeatureInfoType(GetFeatureInfoType object)
Returns the result of interpreting the object as an instance of 'Get Feature Info Type'.boolean
wmtsv_1Validator. validateGetFeatureInfoType(GetFeatureInfoType getFeatureInfoType, DiagnosticChain diagnostics, Map<Object,Object> context)
-