Uses of Interface
net.opengis.ows20.ServiceIdentificationType
Packages that use ServiceIdentificationType
Package
Description
-
Uses of ServiceIdentificationType in net.opengis.ows20
Methods in net.opengis.ows20 that return ServiceIdentificationTypeModifier and TypeMethodDescriptionOws20Factory.createServiceIdentificationType()Returns a new object of class 'Service Identification Type'.CapabilitiesBaseType.getServiceIdentification()Returns the value of the 'Service Identification' containment reference.DocumentRoot.getServiceIdentification()Returns the value of the 'Service Identification' containment reference.Methods in net.opengis.ows20 with parameters of type ServiceIdentificationTypeModifier and TypeMethodDescriptionvoidCapabilitiesBaseType.setServiceIdentification(ServiceIdentificationType value) Sets the value of the 'Service Identification' containment reference.voidDocumentRoot.setServiceIdentification(ServiceIdentificationType value) Sets the value of the 'Service Identification' containment reference. -
Uses of ServiceIdentificationType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement ServiceIdentificationTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Service Identification Type'.Fields in net.opengis.ows20.impl declared as ServiceIdentificationTypeModifier and TypeFieldDescriptionprotected ServiceIdentificationTypeCapabilitiesBaseTypeImpl.serviceIdentificationThe cached value of the 'Service Identification' containment reference.Methods in net.opengis.ows20.impl that return ServiceIdentificationTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createServiceIdentificationType()CapabilitiesBaseTypeImpl.getServiceIdentification()DocumentRootImpl.getServiceIdentification()Methods in net.opengis.ows20.impl with parameters of type ServiceIdentificationTypeModifier and TypeMethodDescriptionNotificationChainCapabilitiesBaseTypeImpl.basicSetServiceIdentification(ServiceIdentificationType newServiceIdentification, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetServiceIdentification(ServiceIdentificationType newServiceIdentification, NotificationChain msgs) voidCapabilitiesBaseTypeImpl.setServiceIdentification(ServiceIdentificationType newServiceIdentification) voidDocumentRootImpl.setServiceIdentification(ServiceIdentificationType newServiceIdentification) -
Uses of ServiceIdentificationType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type ServiceIdentificationTypeModifier and TypeMethodDescriptionOws20Switch.caseServiceIdentificationType(ServiceIdentificationType object) Returns the result of interpreting the object as an instance of 'Service Identification Type'.booleanOws20Validator.validateServiceIdentificationType(ServiceIdentificationType serviceIdentificationType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of ServiceIdentificationType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type ServiceIdentificationTypeModifier and TypeMethodDescriptionbooleanCapabilitiesBaseTypeValidator.validateServiceIdentification(ServiceIdentificationType value) booleanDocumentRootValidator.validateServiceIdentification(ServiceIdentificationType value)