Uses of Interface
net.opengis.ows11.ServiceIdentificationType
- 
Packages that use ServiceIdentificationType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation org.geotools.ows.wmts.model 
- 
- 
Uses of ServiceIdentificationType in net.opengis.ows11Methods in net.opengis.ows11 that return ServiceIdentificationType Modifier and Type Method Description ServiceIdentificationTypeOws11Factory. createServiceIdentificationType()Returns a new object of class 'Service Identification Type'.ServiceIdentificationTypeCapabilitiesBaseType. getServiceIdentification()Returns the value of the 'Service Identification' containment reference.ServiceIdentificationTypeDocumentRoot. getServiceIdentification()Returns the value of the 'Service Identification' containment reference.Methods in net.opengis.ows11 with parameters of type ServiceIdentificationType Modifier and Type Method Description voidCapabilitiesBaseType. 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.ows11.implClasses in net.opengis.ows11.impl that implement ServiceIdentificationType Modifier and Type Class Description classServiceIdentificationTypeImplAn implementation of the model object 'Service Identification Type'.Fields in net.opengis.ows11.impl declared as ServiceIdentificationType Modifier and Type Field Description protected ServiceIdentificationTypeCapabilitiesBaseTypeImpl. serviceIdentificationThe cached value of the 'Service Identification' containment reference.Methods in net.opengis.ows11.impl that return ServiceIdentificationType Modifier and Type Method Description ServiceIdentificationTypeOws11FactoryImpl. createServiceIdentificationType()ServiceIdentificationTypeCapabilitiesBaseTypeImpl. getServiceIdentification()ServiceIdentificationTypeDocumentRootImpl. getServiceIdentification()Methods in net.opengis.ows11.impl with parameters of type ServiceIdentificationType Modifier and Type Method Description NotificationChainCapabilitiesBaseTypeImpl. 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.ows11.utilMethods in net.opengis.ows11.util with parameters of type ServiceIdentificationType Modifier and Type Method Description ObjectOws11Switch. caseServiceIdentificationType(ServiceIdentificationType object)Returns the result of interpreting the object as an instance of 'Service Identification Type'.booleanOws11Validator. validateServiceIdentificationType(ServiceIdentificationType serviceIdentificationType, DiagnosticChain diagnostics, Map context)
- 
Uses of ServiceIdentificationType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type ServiceIdentificationType Modifier and Type Method Description booleanCapabilitiesBaseTypeValidator. validateServiceIdentification(ServiceIdentificationType value)booleanDocumentRootValidator. validateServiceIdentification(ServiceIdentificationType value)
- 
Uses of ServiceIdentificationType in org.geotools.ows.wmts.modelConstructors in org.geotools.ows.wmts.model with parameters of type ServiceIdentificationType Constructor Description WMTSService(ServiceIdentificationType serviceType)WMTSService(ServiceIdentificationType serviceType, ServiceProviderType serviceProvider)
 
-