Uses of Interface
net.opengis.ows11.GetResourceByIdType
- 
Packages that use GetResourceByIdType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation 
- 
- 
Uses of GetResourceByIdType in net.opengis.ows11Methods in net.opengis.ows11 that return GetResourceByIdType Modifier and Type Method Description GetResourceByIdTypeOws11Factory. createGetResourceByIdType()Returns a new object of class 'Get Resource By Id Type'.GetResourceByIdTypeDocumentRoot. getGetResourceByID()Returns the value of the 'Get Resource By ID' containment reference.Methods in net.opengis.ows11 with parameters of type GetResourceByIdType Modifier and Type Method Description voidDocumentRoot. setGetResourceByID(GetResourceByIdType value)Sets the value of the 'Get Resource By ID' containment reference.
- 
Uses of GetResourceByIdType in net.opengis.ows11.implClasses in net.opengis.ows11.impl that implement GetResourceByIdType Modifier and Type Class Description classGetResourceByIdTypeImplAn implementation of the model object 'Get Resource By Id Type'.Methods in net.opengis.ows11.impl that return GetResourceByIdType Modifier and Type Method Description GetResourceByIdTypeOws11FactoryImpl. createGetResourceByIdType()GetResourceByIdTypeDocumentRootImpl. getGetResourceByID()Methods in net.opengis.ows11.impl with parameters of type GetResourceByIdType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGetResourceByID(GetResourceByIdType newGetResourceByID, NotificationChain msgs)voidDocumentRootImpl. setGetResourceByID(GetResourceByIdType newGetResourceByID)
- 
Uses of GetResourceByIdType in net.opengis.ows11.utilMethods in net.opengis.ows11.util with parameters of type GetResourceByIdType Modifier and Type Method Description ObjectOws11Switch. caseGetResourceByIdType(GetResourceByIdType object)Returns the result of interpreting the object as an instance of 'Get Resource By Id Type'.booleanOws11Validator. validateGetResourceByIdType(GetResourceByIdType getResourceByIdType, DiagnosticChain diagnostics, Map context)
- 
Uses of GetResourceByIdType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type GetResourceByIdType Modifier and Type Method Description booleanDocumentRootValidator. validateGetResourceByID(GetResourceByIdType value)
 
-