Class RequestOperatorKey

    • Constructor Detail

      • RequestOperatorKey

        public RequestOperatorKey​(OwsServiceKey sok,
                                  String operationName)
        Create a new RequestOperatorKey.
        Parameters:
        sok - the service operator key
        operationName - the operation name
      • RequestOperatorKey

        public RequestOperatorKey​(OwsServiceKey sok,
                                  String operationName,
                                  boolean defaultActive)
        Create a new RequestOperatorKey.
        Parameters:
        sok - the service key
        operationName - the operation name
        defaultActive - if this operation should be active by default
      • RequestOperatorKey

        public RequestOperatorKey​(String service,
                                  String version,
                                  String operationName)
        Create a new RequestOperatorKey.
        Parameters:
        service - the service
        version - the version
        operationName - the operation name
      • RequestOperatorKey

        public RequestOperatorKey​(String service,
                                  String version,
                                  String operationName,
                                  boolean defaultActive)
        Create a new RequestOperatorKey.
        Parameters:
        service - the service
        version - the version
        operationName - the operation name
        defaultActive - if this operation should be active by default
      • RequestOperatorKey

        public RequestOperatorKey​(OwsServiceKey sok,
                                  Enum<?> operationName)
        Create a new RequestOperatorKey.
        Parameters:
        sok - the service key
        operationName - the operation name
      • RequestOperatorKey

        public RequestOperatorKey​(OwsServiceKey sok,
                                  Enum<?> operationName,
                                  boolean defaultActive)
        Create a new RequestOperatorKey.
        Parameters:
        sok - the service key
        operationName - the operation name
        defaultActive - if this operation should be active by default
      • RequestOperatorKey

        public RequestOperatorKey​(String service,
                                  String version,
                                  Enum<?> operationName)
        Create a new RequestOperatorKey.
        Parameters:
        service - the service
        version - the version
        operationName - the operation name
      • RequestOperatorKey

        public RequestOperatorKey​(String service,
                                  String version,
                                  Enum<?> operationName,
                                  boolean defaultActive)
        Create a new RequestOperatorKey.
        Parameters:
        service - the service
        version - the version
        operationName - the operation name
        defaultActive - if this operation should be active by default