Uses of Interface
net.opengis.ows20.ServiceIdentificationType
-
Packages that use ServiceIdentificationType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of ServiceIdentificationType in net.opengis.ows20
Methods in net.opengis.ows20 that return ServiceIdentificationType Modifier and Type Method Description ServiceIdentificationType
Ows20Factory. createServiceIdentificationType()
Returns a new object of class 'Service Identification Type'.ServiceIdentificationType
CapabilitiesBaseType. getServiceIdentification()
Returns the value of the 'Service Identification' containment reference.ServiceIdentificationType
DocumentRoot. getServiceIdentification()
Returns the value of the 'Service Identification' containment reference.Methods in net.opengis.ows20 with parameters of type ServiceIdentificationType Modifier and Type Method Description void
CapabilitiesBaseType. setServiceIdentification(ServiceIdentificationType value)
Sets the value of the 'Service Identification
' containment reference.void
DocumentRoot. 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 ServiceIdentificationType Modifier and Type Class Description class
ServiceIdentificationTypeImpl
An implementation of the model object 'Service Identification Type'.Fields in net.opengis.ows20.impl declared as ServiceIdentificationType Modifier and Type Field Description protected ServiceIdentificationType
CapabilitiesBaseTypeImpl. serviceIdentification
The cached value of the 'Service Identification
' containment reference.Methods in net.opengis.ows20.impl that return ServiceIdentificationType Modifier and Type Method Description ServiceIdentificationType
Ows20FactoryImpl. createServiceIdentificationType()
ServiceIdentificationType
CapabilitiesBaseTypeImpl. getServiceIdentification()
ServiceIdentificationType
DocumentRootImpl. getServiceIdentification()
Methods in net.opengis.ows20.impl with parameters of type ServiceIdentificationType Modifier and Type Method Description NotificationChain
CapabilitiesBaseTypeImpl. basicSetServiceIdentification(ServiceIdentificationType newServiceIdentification, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetServiceIdentification(ServiceIdentificationType newServiceIdentification, NotificationChain msgs)
void
CapabilitiesBaseTypeImpl. setServiceIdentification(ServiceIdentificationType newServiceIdentification)
void
DocumentRootImpl. setServiceIdentification(ServiceIdentificationType newServiceIdentification)
-
Uses of ServiceIdentificationType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type ServiceIdentificationType Modifier and Type Method Description T
Ows20Switch. caseServiceIdentificationType(ServiceIdentificationType object)
Returns the result of interpreting the object as an instance of 'Service Identification Type'.boolean
Ows20Validator. 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 ServiceIdentificationType Modifier and Type Method Description boolean
CapabilitiesBaseTypeValidator. validateServiceIdentification(ServiceIdentificationType value)
boolean
DocumentRootValidator. validateServiceIdentification(ServiceIdentificationType value)
-