Uses of Interface
net.opengis.ows20.GetResourceByIdType
-
Packages that use GetResourceByIdType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of GetResourceByIdType in net.opengis.ows20
Methods in net.opengis.ows20 that return GetResourceByIdType Modifier and Type Method Description GetResourceByIdTypeOws20Factory. 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.ows20 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.ows20.impl
Classes in net.opengis.ows20.impl that implement GetResourceByIdType Modifier and Type Class Description classGetResourceByIdTypeImplAn implementation of the model object 'Get Resource By Id Type'.Methods in net.opengis.ows20.impl that return GetResourceByIdType Modifier and Type Method Description GetResourceByIdTypeOws20FactoryImpl. createGetResourceByIdType()GetResourceByIdTypeDocumentRootImpl. getGetResourceByID()Methods in net.opengis.ows20.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.ows20.util
Methods in net.opengis.ows20.util with parameters of type GetResourceByIdType Modifier and Type Method Description TOws20Switch. caseGetResourceByIdType(GetResourceByIdType object)Returns the result of interpreting the object as an instance of 'Get Resource By Id Type'.booleanOws20Validator. validateGetResourceByIdType(GetResourceByIdType getResourceByIdType, DiagnosticChain diagnostics, Map<Object,Object> context) -
Uses of GetResourceByIdType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type GetResourceByIdType Modifier and Type Method Description booleanDocumentRootValidator. validateGetResourceByID(GetResourceByIdType value)
-