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 GetResourceByIdType
Ows20Factory. createGetResourceByIdType()
Returns a new object of class 'Get Resource By Id Type'.GetResourceByIdType
DocumentRoot. 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 void
DocumentRoot. 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 class
GetResourceByIdTypeImpl
An implementation of the model object 'Get Resource By Id Type'.Methods in net.opengis.ows20.impl that return GetResourceByIdType Modifier and Type Method Description GetResourceByIdType
Ows20FactoryImpl. createGetResourceByIdType()
GetResourceByIdType
DocumentRootImpl. getGetResourceByID()
Methods in net.opengis.ows20.impl with parameters of type GetResourceByIdType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGetResourceByID(GetResourceByIdType newGetResourceByID, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Ows20Switch. caseGetResourceByIdType(GetResourceByIdType object)
Returns the result of interpreting the object as an instance of 'Get Resource By Id Type'.boolean
Ows20Validator. 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 boolean
DocumentRootValidator. validateGetResourceByID(GetResourceByIdType value)
-